1.

What is used to get class name in reflection?

A. getClass().getName()
B. getClass().getFields()
C. getClass().getDeclaredFields()
D. new getClass()
Answer» B. getClass().getFields()


Discussion

No Comment Found