ContactUs :

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

What is it reflection (introspection) ? Why is reflection possible in the Java language?

A: Reflection (introspection) is querying a class about its properties, and operating on methods and

fields by the name for a given object instance. Reflection is possible in the Java language because of late binding.

Related Posts Plugin for WordPress, Blogger...
Flag Counter