View All Reflection Java

What is Reflection API? Retrieve fields (instance variables) with data type Read the Constructors Retrieve all methods of current class and super classes Retrieve the fields (instance variables) of a class Knowing the interfaces implemented by a class Knowing the Super classes of a Class Getting Access Specifiers and Modifiers of a Class