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 40



Share with a Friend

Multiple Choice Questions


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

31. Stack memory is:
A). Shared
B). Thread-specific
C). Used for objects
D). Permanent
View Answer
Correct: B




32. Which statement is correct?
A). JDK = JRE + JVM
B). JRE = JDK + JVM
C). JVM = JDK + JRE
D). None
View Answer
Correct: A




33. Which of the following loads core Java classes?
A). Application Class Loader
B). Bootstrap Class Loader
C). Extension Class Loader
D). System Loader
View Answer
Correct: B




34. Which class loader loads user-defined classes?
A). Bootstrap
B). Extension
C). Application
D). Native
View Answer
Correct: C




35. Which feature of Java ensures memory is freed automatically?
A). Polymorphism
B). Garbage Collection
C). Encapsulation
D). Inheritance
View Answer
Correct: B