Java Platform Overview | Getting Started | Step-by-Step Programming Learning Paths | References & Resources | Courses & Certification | Newsletters The Java Reflection API offers Class.getMethod() to locate the method of
a class and Method.invoke() to invoke that method. Since these methods
have been around for some time, they deal with arrays of variable
length, instead of argument lists of variable lengths. To facilitate
their usage, create a new helper class with a single method that takes
a variable argument list:
Implement the method to invoke the original two methods. Possible Solution:
| ||||||||
|
| ||||||||||||