Which class loader loads jar files from JDK directory?
(a) Bootstrap
(b) Extension
(c) System
(d) Heap
(a) Bootstrap
(b) Extension
(c) System
(d) Heap
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.