MCQOPTIONS
Saved Bookmarks
| 1. |
What is not the advantage of Reflection? |
| A. | Examine a class’s field and method at runtime |
| B. | Construct an object for a class at runtime |
| C. | Examine a class’s field at compile time |
| D. | Examine an object’s class at runtime |
| Answer» D. Examine an object’s class at runtime | |