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 11



Share with a Friend

Multiple Choice Questions


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

51. Which of the following is not part of JDK?
A). Compiler
B). JVM
C). JRE
D). Browser
View Answer
Correct: D




52. Which feature ensures Java code is secure?
A). Bytecode verification
B). Pointer arithmetic
C). Direct memory access
D). Assembly usage
View Answer
Correct: A




53. Java supports multithreading?
A). Yes
B). No
View Answer
Correct: A




54. Which file is compiled first?
A). .class
B). .java
C). .exe
D). .jar
View Answer
Correct: B




55. Java is:
A). Low-level language
B). High-level language
C). Assembly language
D). Machine language
View Answer
Correct: B