Page 1 of 1

How to get the class object of associated class using Reflection?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Class.forName(“className”)
b) Class.name(“className”)
c) className.getClass()
d) className.getClassName()