What Is Java Reflection Api?
Answers
Answered by
2
Reflection is an API which is used to examine or modify the behavior of methods, interfaces at runtime. The required classes for reflection are provided under java.lang.reflect package.
Answered by
2
Answer:
The java API is the library of prewritten classes, that are free to use, included in Java Development Environment.
Explanation:
Mark as brainlest
Similar questions