What is Introspection?

Answer Posted / ranganathkini

Introspection or Reflection is a technique by which one type
can inspect the members of another type using Java
Reflection API which comes as a part of the java.lang.reflect

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

578


How task's priority is used in scheduling?

1779


Explain the advantages and disadvantages of detached objects.

577


What is the difference between the session.get() method and the session.load() method?

600


What restrictions are placed on the location of a package statement within a source code file?

616






Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

581


How to determine SGA site?

1908


what is handle?

1851


how i secure my site with the https protocol.what are the steps?

1735


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1362


What is the difference between the string and stringbuffer classes?

543


Are enterprise beans allowed to use thread.sleep()?

647


What is mdb and what is the special feature of that?

563


What are the different types of exception?

570


Difference between hashmap and hashtable?

606