How to get the class object of associated class using Reflection?
(a) Class.forName(“className”)
(b) Class.name(“className”)
(c) className.getClass()
(d) className.getClassName()
The question was asked in examination.
The doubt is from Reflection API topic in chapter Session Management, JSP & API of Java