Computer Science, asked by anukaransingh739, 7 months ago

TO in
EXERCISES
Q. 1. Fill in the blanks :
1. The expansion of IDE is
2. The terms on state, off state and out of order state, are the features of an
3. A class contains
and
4. The Java software starting window is known as
window
5. The entity that combines data and its associated function as single unit is known as a
Q. 2. State True or False :
1. The Java is program independent programming language.
2. The compilation of program is the first task after writing it.
3. The methods of a class can also be executed without an object.
4. The Jar file contains many files of a project as a single file.
5. It is not essential to have a Java program within the class.​

please answer it's very important

Answers

Answered by dbaatul
1

Answer:

A1

1. Integrated Development Environment

2. program state

3. Fields, constructors, Methods and Nested classes

4. Java Applet

5. Class

A2

1. False. it is platform independent.

2. True

3. True. A program can execute a static method without first creating an object.

4. True

5. False.

Similar questions