GIAC
GSSP-JAVA · Question #249
GSSP-JAVA Question #249: Real Exam Question with Answer & Explanation
The correct answer is A. A new instance of the AppletClassLoader is used while loading the first class of an applet. B. If the request to load a class is triggered by a reference to it from an existing class, the C. A new instance of the URLClassLoader is used while loading the first class of an D. The primordial class loader is used if java.lang.Class.ForName is directly called.. See the full explanation below for the reasoning.
Question
Which of the following rules must be followed while determining a class loader? Each correct answer represents a complete solution. Choose all that apply.
Options
- AA new instance of the AppletClassLoader is used while loading the first class of an applet.
- BIf the request to load a class is triggered by a reference to it from an existing class, the
- CA new instance of the URLClassLoader is used while loading the first class of an
- DThe primordial class loader is used if java.lang.Class.ForName is directly called.
Community Discussion
No community discussion yet for this question.