What Is Used To Get Class Name In Reflection #1302
What is used to get class name in reflection?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Session Management JSP API - Java Reflection API - Quiz No.1.
What is used to get class name in reflection?
getClass().getName()
getClass().getFields()
getClass().getDeclaredFields()
new getClass()