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.
Internet Explorer | |
Control Panal | |
My Computer | |
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
Statement : 1 2 3 | |
Statement : 1 3 2 | |
Statement : 2 1 3 | |
Statement : 3 2 1 |
Question 3 |
We can compile java program with following command.
java -version | |
javac | |
java | |
jre |
Question 4 |
Class file must have extension _______________.
.java | |
.cls | |
.sample.class | |
.class |
Question 5 |
The name of the class file is created automatically when you compile the program with the javac command.
False | |
True |
There are 5 questions to complete.