- I need to call a method on an object, but all I have is the object plus the name of the method as a string. How would I call the method?
- I need to call a class method. I know the method name, but I do not know the class/package name - I have it stored in a variable. How would I call the method?