Java MCQ : Java Language Basics (Multiple Choice Questions)


Question 1
Java Source Code is compiled into ______________.
A
.Obj
B
.Exe
C
Bytecode
D
Source Code
Question 2
Which of the tool is used to compile java code ?
A
javac
B
java
C
jar
D
javadoc
Question 2 Explanation: 
  1. "javac" converts Java Source code into Byte Codes.
  2. "javac" stands for JAVA Compiler
Question 3
Which of the following tool used to execute java code.
A
rmic
B
javadoc
C
javac
D
java
Question 3 Explanation: 
  1. 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.
A
appletshow
B
appletviewer
C
appletscreen
D
appletwatcher
Question 5
HTML based Java Documentary help can be accessed using ______________.
A
none of these
B
javahelp
C
javamanual
D
javadoc
There are 5 questions to complete.