How to invoke method?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Invoking Methods Create a Class object that corresponds to the object whose method you want to invoke. See the section Retrieving Class Objects for more information. Create a Method object by invoking getMethod on the Class object. ... Invoke the method by calling invoke
Invoking Methods
Create a Class object that corresponds to the object whose method you want to invoke. See the section Retrieving Class Objects for more information.
Create a Method object by invoking getMethod on the Class object. …
Invoke the method by calling invoke
See less