How Private Field Can Be Called Using Reflection #1301
How private field can be called using 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.
How private field can be called using reflection?
getDeclaredFields
getDeclaredMethods
getMethods
getFields