0% found this document useful (0 votes)
4 views1 page

CH 1 Java Ass

The document outlines an assignment focused on various aspects of Java programming, including its history, features, and core components like JDK, JRE, and JVM. It also covers practical topics such as the compilation and execution of Java programs, data types, and the structure of Java programs, along with examples of arrays, command line arguments, classes, objects, and method overloading. Additionally, it discusses Java IDEs like NetBeans and Eclipse, as well as advanced concepts like varargs and instance initializer blocks (IIB).

Uploaded by

kevalbhaskar810
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

CH 1 Java Ass

The document outlines an assignment focused on various aspects of Java programming, including its history, features, and core components like JDK, JRE, and JVM. It also covers practical topics such as the compilation and execution of Java programs, data types, and the structure of Java programs, along with examples of arrays, command line arguments, classes, objects, and method overloading. Additionally, it discusses Java IDEs like NetBeans and Eclipse, as well as advanced concepts like varargs and instance initializer blocks (IIB).

Uploaded by

kevalbhaskar810
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like