ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Reflection or Introspection ?

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.
Related Posts Plugin for WordPress, Blogger...
Flag Counter