Congratulations - you have completed Java Programming.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 |
Environment Variable can be set by right clicking ___________ icon and then clicking on Properties menu in Window OS.
Recycle Bin | |
Internet Explorer | |
My Computer | |
Control Panal |
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 3 2 | |
Statement : 2 1 3 | |
Statement : 1 2 3 | |
Statement : 3 2 1 |
Question 3 |
We can compile java program with following command.
java -version | |
java | |
javac | |
jre |
Question 4 |
Class file must have extension _______________.
.sample.class | |
.class | |
.java | |
.cls |
Question 5 |
The name of the class file is created automatically when you compile the program with the javac command.
False | |
True |
Question 6 |
A ________ is a compiled Java program that can be executed by the _______ command.
source file & javac | |
source file & java | |
class file & java | |
class file & javac |
Question 7 |
A deprecated API is a feature that is considered ___________.
rarely used | |
None of these | |
obsolete | |
future scope |
Question 8 |
Currently Java is owned by -
Oracle | |
Sun | |
Microsoft | |
Apple |
Question 9 |
IDE Stands for ___________________.
Integrated Development Environment | |
Internationalized Development Environment | |
None of these | |
Indian Development Environment |
Question 10 |
We can write sophisticated Java Programs using ____________.
Command Prompt | |
IDE | |
None of these | |
Normal Simple Textpad |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 10 questions to complete.