1.

Which of these methods return a class object given its name?(a) getClass()(b) findClass()(c) getSystemClass()(d) findSystemClass()

Answer» Correct choice is (d) findSystemClass()

Easiest explanation: findSystemClass() returns  a class object given its name.


Discussion

No Comment Found

Related InterviewSolutions