What is Introspection ?
Answers were Sorted based on User's Feedback
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 |
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 |
What happens when I change a value in the httpsession from inside an ejb?
When was ejb developed?
What is ejb client?
What optimization could I use if the ejb container is the only point of write access to the database?
What are the design goals of EJB architecture?
What is Enterprise JavaBeans?
Explain the concept of connection pooling feature of ejb container?
what is mean by RMI ? Please answer me. Advance thanks.
How does a container, manage access, from multiple transactions on an entity bean?
What are the callback annotations for the stateless bean?
What is a local interface?
Why do we use @requestmapping?