Java MCQ : Java Language Basics (Multiple Choice Questions)
Question 1 |
Java Source Code is compiled into ______________.
.Obj | |
.Exe | |
Bytecode | |
Source Code |
Question 2 |
Which of the tool is used to compile java code ?
javac | |
java | |
jar | |
javadoc |
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.
rmic | |
javadoc | |
javac | |
java |
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.
appletshow | |
appletviewer | |
appletscreen | |
appletwatcher |
Question 5 |
HTML based Java Documentary help can be accessed using ______________.
none of these | |
javahelp | |
javamanual | |
javadoc |
There are 5 questions to complete.