Q42
What is used to get class name in reflection?
A.
getClass().getName()
AnswerB.
getClass().getFields()
C.
getClass().getDeclaredFields()
D.
new getClass()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board