Java Lab Manual
Java Lab Manual
List Of Programs (Advance Java) 1. WAP to swap two numbers without using third variable. 2. WAP to check whether a number is Armstrong or not. 3. WAP to implement the Concept of Function Overloading. 4. WAP to implement the Concept of Function Overriding. 5. WAP to implement the Exceptional Handling. 6. WAP of an applet that receives two numerical values as the input from user and displays the sum of these two numbers. 7. WAP for displaying product list along with their prices and then allow user to buy any1 item from them with required quantity. 8. WAP to implement multithreading(three threads using single run method). 9. WAP to implement the calculator. 10. WAP to implement the URL. 11. WAP to implement the InetAddress. 12. WAP for Sending e-mail in Java. 13. WAP to implement Single Client-Server Communication. 14. WAP to implement the Login_Id Form using JDBC. 15. WAP to implement the SQL commands using JDBC. 16. WAP to implement the List. 17. WAP to implement the JTrees. 18. WAP to implement the JTable. 19. WAP to create the table using JDBC. 20. WAP to implement Remote Method Invocation.