Computer Science, asked by sibilvp3969, 11 months ago

What Is Java Reflection Api?

Answers

Answered by chinku74
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 Mallika1230
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