What is Introspection ?

Answers were Sorted based on User's Feedback



What is Introspection ?..

Answer / priya

Introspection is the automatic process of analyzing a bean's design patterns to reveal the bean's properties, events, and methods.

Is This Answer Correct ?    0 Yes 0 No

What is Introspection ?..

Answer / 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 ?    1 Yes 3 No

Post New Answer

More EJB Interview Questions

What happens when I change a value in the httpsession from inside an ejb?

1 Answers  


When was ejb developed?

1 Answers  


What is ejb client?

1 Answers  


What optimization could I use if the ejb container is the only point of write access to the database?

1 Answers  


What are the design goals of EJB architecture?

1 Answers  


What is Enterprise JavaBeans?

1 Answers  


Explain the concept of connection pooling feature of ejb container?

1 Answers  


what is mean by RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


How does a container, manage access, from multiple transactions on an entity bean?

1 Answers  


What are the callback annotations for the stateless bean?

1 Answers  


What is a local interface?

1 Answers  


Why do we use @requestmapping?

1 Answers  


Categories