How Method Can Be Invoked On Unknown Object #1303
How method can be invoked on unknown object?
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 method can be invoked on unknown object?
obj.getClass().getDeclaredMethod()
obj.getClass().getDeclaredField()
obj.getClass().getMethod()
obj.getClass().getObject()