1.

Which class loader loads jar files from JDK directory?(a) Bootstrap(b) Extension(c) System(d) HeapI had been asked this question in semester exam.This is a very interesting question from Memory Management topic in section Exploring java.lang & java.io of Java

Answer»

The CORRECT answer is (B) Extension

To explain: Extension loads jar files from lib/ext directory of the JRE. This gives the BASIC functionality AVAILABLE.



Discussion

No Comment Found

Related InterviewSolutions