C Programming Multiple Choice Questions (MCQ) | IT Developer <?php echo $page_title; ?>
IT Developer

Java Programming Multiple Choice Questions (MCQ)

Introduction to Java - Multiple Choice Questions (MCQ) - Set 24



Share with a Friend

Multiple Choice Questions


Java - Introduction to Java - Multiple Choice Questions (MCQ) - Set 24

116. Which component is responsible to run java program?
A). JVM
B). JDK
C). JIT
D). JRE
View Answer
Correct: D




117. Which component is responsible to optimize bytecode to machine code?
A). JVM
B). JDK
C). JIT
D). JRE
View Answer
Correct: C




118. Which statement is true about java?
A). Platform independent programming language
B). Sequence dependent programming language
C). Platform dependent programming language
D). Code dependent programming language
View Answer
Correct: A




119. Which of the below is invalid identifier with the main method?
A). static
B). public
C). private
D). final
View Answer
Correct: C




120. What is the extension of java code files?
A). .class
B). .java
C). .txt
D). .js
View Answer
Correct: B