CH 1 ASSIGNMENT
1. Explain history of Java.
2. Explain Features of Java.
3. What is JDK, JRE and JVM?
4. Explain compilation and execution of basic Java
program.
5. Explain Java IDE (NetBeans, eclipse).
6. Explain data types in Java .
7. Explain structure of Java program with example.
8. Explain Java Tokens.
9. Explain type casting in Java with example.
10. Arrays in Java explain with example.
11. What is command line argument in Java?
12. Explain class and object with example.
13. Explain static and non static members in class with
example.
14. Explain method and constructor overloading with
suitable example.
15. Explain varargs and IIB in Java with example.