Page 1 of 1

What is used to get class name in reflection?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) getClass().getName()
b) getClass().getFields()
c) getClass().getDeclaredFields()
d) new getClass()