-
What is not the advantage of Reflection?
-
- Examine an object’s class at runtime
- Examine a class’s field at compile time
- Construct an object for a class at runtime
- Examine a class’s field and method at runtime
- None of these
Correct Option: B
Reflection inspects classes, interfaces, fields and methods at a runtime.