MCQOPTIONS
Saved Bookmarks
| 1. |
How method can be invoked on unknown object? |
| A. | obj.getClass().getDeclaredMethod() |
| B. | obj.getClass().getDeclaredField() |
| C. | obj.getClass().getMethod() |
| D. | obj.getClass().getObject() |
| Answer» D. obj.getClass().getObject() | |