1 define java and explain its features
2 explain how java virtual machine converts source code to machine code
3 diffrenciate between java and c++
4 explain jdk in detail
5 explain the structure of the java program
6 define commands and its types
7 write the steps to implement a java program through command prompt
8 explain the components of java program with an example
9 explain tokens with example
10 explain key words with example
11 explain varies data types in java with examples
12 explain scope of variables with example(local variable, instance variable)
13 explain type casting and its types with example
14 explain diff types of operators in java with example
15 exaplain conditional statements with example(if, if-else,if-else-if,nested if)
16 explain switch statement with an example
17 explain looping statments with example(for,while,do while)
18 define classes and objects with examples
19 explain data members and member functions with in a class with example
20 explain constructors with an example
21 explain how the data members and member functions are accessed within the class
22 explain method overloading with an example
23 explain static data members and member functions with example
24 explain nesting of methods with example
25 define inheritance and explain the structure of inheritance
26 explain the types of inheritance with example