0% found this document useful (0 votes)
78 views

Java Lab Manual

This document contains a list of 20 programs to implement various advanced Java concepts for a lab manual. The programs cover topics like function overloading and overriding, exception handling, applets, multithreading, calculators, URLs, databases, remote method invocation and more. Students will gain experience with core Java features like classes, objects, inheritance and interfaces by completing these programs.

Uploaded by

udit_mca_bly
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

Java Lab Manual

This document contains a list of 20 programs to implement various advanced Java concepts for a lab manual. The programs cover topics like function overloading and overriding, exception handling, applets, multithreading, calculators, URLs, databases, remote method invocation and more. Students will gain experience with core Java features like classes, objects, inheritance and interfaces by completing these programs.

Uploaded by

udit_mca_bly
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Advance 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.

You might also like