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 13



Share with a Friend

Multiple Choice Questions


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

61. Which component manages runtime environment?
A). JDK
B). JRE
C). JVM
D). Compiler
View Answer
Correct: B




62. Java is distributed means:
A). Works on one system
B). Supports network-based applications
C). No networking
D). Only offline
View Answer
Correct: B




63. Which is used to compile Java code?
A). java
B). javac
C). jvm
D). run
View Answer
Correct: B




64. Java is robust because:
A). Uses pointers
B). Has strong memory management
C). No exception handling
D). Uses assembly
View Answer
Correct: B




65. Java is dynamic because:
A). No classes
B). Classes loaded at runtime
C). No execution
D). Only compile-time loading
View Answer
Correct: B