Function is invoked by
Invoking Methods:-Reflection provides a means for invoking methods on a class. Methods are invoked with java.lang.reflect.Method.invoke() .The first argument is the object instance on which this particular method is to be invoked. (If the method is static, the first argument should be null).