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 Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
What is Entity Bean and Session Bean?
How can one EJB be called from within another EJB?
How can enterprise javabeans be accessed from active server pages?
What is difference between ejb 1.1 and ejb 2.0?
Where a bean can be used ?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
What are the design goals of EJB architecture?
Is it possible to have threading in ejb?
Can an ejb send asynchronous notifications to its clients?
what is ejb
ejbCreate in Entity bean and create method in EJB home, have the same parameters?