S.No. Name of Experiment Date Conduct (12) Viva (8) Record (10) Sign / Remarks
This document contains a list of 24 experiments related to Java programming concepts with columns for date conducted, viva score, record score, and remarks. The experiments cover topics such as basic input/output, object-oriented programming concepts like classes, inheritance and polymorphism, exception handling, input/output streams, multithreading, applets, Swing, and JDBC.
S.No. Name of Experiment Date Conduct (12) Viva (8) Record (10) Sign / Remarks
This document contains a list of 24 experiments related to Java programming concepts with columns for date conducted, viva score, record score, and remarks. The experiments cover topics such as basic input/output, object-oriented programming concepts like classes, inheritance and polymorphism, exception handling, input/output streams, multithreading, applets, Swing, and JDBC.
Name of Experiment Date Conduct Viva Record Sign /
(12) (8) (10) Remarks 1. To print your name, rollno to console output. 2. Type conversion-implicit and explicit. To print multiplication table from 1 to 15 using 3. arrays. 4. Use of Bitwise operators. 5. Use of labeled break & continue statements. Creation of class, its objects, constructors & 6. methods. 7. Use of single level and multilevel inheritance. 8. Use of super keyword. 9. To use abstract class & its methods 10. Use of Wrapper classes. 11. Use of static keyword for variables & methods. 12. Use of package declaration & import declaration. Implementation of interface and extending an 13. interface. Exception handling using try, catch & finally 14. statements. Exception handling using throw & throws 15. statements. 16. Creation of user defined exceptions. 17. Use of IO Streams. Creation of threads using Runnable & extending 18. thread class. Creation of multiple threads by using isAlive() & 19. join() methods. 20. Synchronization in multithreading. Designing an applet which makes usage of 21. java.awt, java.applet package. 22. Passing parameters to the applets. 23. Use of swing components.