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

Should services be stateless?

0 Answers  


What’s new in the ejb 2.0 specification?

0 Answers  


What is dependency injection in ejb?

0 Answers  


What is session bean in ejb?

0 Answers  


How is an entity bean created?

1 Answers  






how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


What do you mean by timer service and where it is used?

0 Answers  


What are the components of session beam?

0 Answers  


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

0 Answers  


Explain the concept of ejb ql?

0 Answers  


What is Enterprise JavaBeans (EJB)?

0 Answers  


can we stop the execution of a method before completion?

0 Answers  


Categories