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 is the difference between ejb and java beans?
Can i write business logic methods in entitybean?
What is the use of @resource?
What is the difference between stateful and stateless session beans?
In an EJB project, Howmany tables and How many entity beans are used?
What is session facade in ejb?
How stateful session beans will maintain consistency, across transaction updates?
What is difference between ejb 1.1 and ejb 2.0?
How bean-managed transactions will work?
Why serialization is used?
What are the components of ejb?
What is EJB object?