Java MCQ : Java Language Basics (Multiple Choice Questions)


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