13 Java - Reflection
What is Reflection?
This is used to examine the Classes, Methods, Fields, Interfaces at runtime and also possible to change the behavior of the class too.
For example:
What all methods present in the class.
What all fields present in the class.
Wh...
chetan77.hashnode.dev6 min read