String randomize (String x);
String result = (String)invoke("randomize", new Object[]{"foobar"}); //result ("bfaoro")@param methodName the name of the Methods to be called @param params Parameters of the Method @return returns the result of the method
|
|
|
|
|
|
|
|