Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0459 Invoke this method

Object invoke(Object obj, Object... args) Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.