The process of inspecting and changing the runtime behaviour of class during runtime is called as “Java Reflection”. The concept of Java reflection is often confused with the concept of introspection. Introspection can only examine the types and properties of an object during runtime. Java reflection can examine and modify the object during runtime. The […]
You are here: Home / Archives for Reflection