InterviewSolution
Saved Bookmarks
| 1. |
What Is Java Reflection Api? |
|
Answer» REFLECTION is one of the most powerful api which help to work with classes, methods and variables dynamically. BASICALLY it inspect the class attributes at RUNTIME. Also we can SAY it provides a metadata about the class. Reflection is one of the most powerful api which help to work with classes, methods and variables dynamically. Basically it inspect the class attributes at runtime. Also we can say it provides a metadata about the class. |
|