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 44



Share with a Friend

Multiple Choice Questions


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

51. Which is used to execute compiled Java code?
A). javac
B). java
C). jdk
D). jvmc
View Answer
Correct: B




52. Java supports multithreading which means:
A). Multiple programs
B). Multiple threads simultaneously
C). Multiple CPUs
D). Multiple compilers
View Answer
Correct: B




53. Which feature allows secure execution of code?
A). Bytecode verification
B). Pointer usage
C). Assembly
D). OS control
View Answer
Correct: A




54. Which layer acts between Java program and OS?
A). Compiler
B). JVM
C). JDK
D). Editor
View Answer
Correct: B




55. Which component converts bytecode into native instructions?
A). JIT
B). Loader
C). Verifier
D). Compiler
View Answer
Correct: A