The ability of a program to analyze itself (this concept is used in java decompilers).
--provides the ability to obtain info about the fields, constructors, methods and modifiers of a class.
--reflection is used to determine dynamically the characteristics of a component.
Reflection is possible in the Java language because of late binding.
--provides the ability to obtain info about the fields, constructors, methods and modifiers of a class.
--reflection is used to determine dynamically the characteristics of a component.
Reflection is possible in the Java language because of late binding.