Congratulations - you have completed Java Programming : Compiler and JVM.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 |
The compiler and other Java development tools resides in ________ sub folder.
jre | |
bin | |
docs | |
demo |
Question 2 |
You can study demo programs by referring __________ subdirectory inside C:\Program Files\java\jdk.1.7.0
examples | |
docs | |
lib | |
demo |
Question 3 |
The library containing files needed to integrate Java with programs written in other languages resides inside following sub folder.
lib | |
jre | |
include | |
bin |
Question 4 |
We can set class path of java by setting following variable.
class | |
path | |
javapath | |
java |
Question 5 |
Variable 'path' in Windows Operating System is called as __________.
Global Variable | |
Environment Variable | |
Instance Variable | |
Local Variable |
Question 6 |
Environment Variable can be set by right clicking ___________ icon and then clicking on Properties menu in Window OS.
Control Panal | |
Internet Explorer | |
My Computer | |
Recycle Bin |
Question 7 |
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 : 1 2 3 | |
Statement : 3 2 1 | |
Statement : 2 1 3 |
Question 8 |
We can compile java program with following command.
java | |
javac | |
jre | |
java -version |
Question 9 |
Class file must have extension _______________.
.cls | |
.class | |
.sample.class | |
.java |
Question 10 |
The name of the class file is created automatically when you compile the program with the javac command.
False | |
True |
Question 11 |
A ________ is a compiled Java program that can be executed by the _______ command.
class file & javac | |
source file & java | |
source file & javac | |
class file & java |
Question 12 |
A deprecated API is a feature that is considered ___________.
future scope | |
rarely used | |
None of these | |
obsolete |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 12 questions to complete.