How To Get The Class Object Of Associated Class Using Reflection #1304
How to get the class object of associated class using Reflection?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Session Management JSP API - Java Reflection API - Quiz No.1.
How to get the class object of associated class using Reflection?
Class.forName(“className”)
Class.name(“className”)
className.getClass()
className.getClassName()