Java MCQ : Java IDE (Multiple Choice Questions)


Question 1
Environment Variable can be set by right clicking ___________ icon and then clicking on Properties menu in Window OS.Program Menu
A
Internet Explorer
B
Control Panal
C
My Computer
D
Recycle Bin
Question 2
Arrange the following Statements in Correct Order.Statement 1 : Running the java command Statement 2 : Main method of that class is executed Statement 3 : JRE is loaded along with the class you specify
A
Statement : 1 2 3
B
Statement : 1 3 2
C
Statement : 2 1 3
D
Statement : 3 2 1
Question 3
We can compile java program with following command.
A
java -version
B
javac
C
java
D
jre
Question 4
Class file must have extension _______________.
A
.java
B
.cls
C
.sample.class
D
.class
Question 5
The name of the class file is created automatically when you compile the program with the javac command.
A
False
B
True
There are 5 questions to complete.