Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 583 Bytes

File metadata and controls

4 lines (3 loc) · 583 Bytes

In Java, the process of analyzing, viewing and modifying all the internal attributes, behaviors and capabilities of a class at runtime is called Reflection. Using the concept of Reflection, a programmer can now manipulate all attributes of a class – including its methods, constructors, and fields even at runtime, and even invoke methods of that class and get a complete snapshot of it.