Java MCQ : Java Language Basics (Multiple Choice Questions)
Question 1 |
Java Source Code is compiled into ______________.
Bytecode | |
.Obj | |
Source Code | |
.Exe |
Question 2 |
Which of the tool is used to compile java code ?
javac | |
java | |
javadoc | |
jar |
Question 2 Explanation:
- "javac" converts Java Source code into Byte Codes.
- "javac" stands for JAVA Compiler
Question 3 |
Which of the following tool used to execute java code.
javadoc | |
javac | |
java | |
rmic |
Question 3 Explanation:
- The Java interpreter Executes Java application Byte Codes directly from class files.
Question 4 |
Which of the following is used to interpret and execute Java Applet Classes hosted by HTML.
appletwatcher | |
appletshow | |
appletscreen | |
appletviewer |
Question 5 |
HTML based Java Documentary help can be accessed using ______________.
javadoc | |
javamanual | |
javahelp | |
none of these |
There are 5 questions to complete.