> what is java bean introspection and how it works?
Bean introspection is the process of discovering the properties, methods and events a Java Bean provides. The discovering is done by using the reflection API. For further information you may read the Java Beans section in the Java Tutorial http://java.sun.com/docs/books/tutorial/javabeans/
With kind regards
F.-M. Jaeschke