Interfaces And Abstract Classes - Study Mode

[#141] Which of these methods returns the class of an object?
Correct Answer

(A) getClass()

[#142] Which of this package is used for analyzing code during run-time?
Correct Answer

(D) java.lang.reflect

[#143] Which of these class defines how the classes are loaded?
Correct Answer

(D) ClassLoader

[#144] Which of these class is a superclass of all other classes?
Correct Answer

(D) Object

[#145] Which of these methods is used to check for infinitely large and small values?
Correct Answer

(A) isInfinite()