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 |
How do you decide whether you should use session, entity or message driven bean?
What is difference between stateless and stateful?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
Can EJB made to handle multiple transactions?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
How does legacy object mapping work?
Explain the architectural relationship between JavaBeans and JTA?
What is EJB server provider?
How to import ejb project in eclipse?
Life Cyle methods in Entity Bean with Container Managed persistence
What are the types of ejb?
What is stateless session?