1. History and features of Java.
3. Compilation and execution of a program.
4. Architecture of Java Virtual Machine (JVM).
13. Types of variables & Final keyword.
20. The switch…case Statement.
21. The switch….case Practical.
22. while and do…while Practical.
25. Branching. Statement (Break & Continue).
26. Break & Continue Practical.
28. One Dimensional Array – Practical 1.
29. One Dimensional Array – Practical 2.
32. Object Oriented Programming.
38. Declaring a Class & Creating Objects.
39. Defining Methods & Passing Information.
42. Constructor & Passing Information to Constructor.