What are the call back methods in Session bean?

By: Karthik  

Answer: Callback methods are called by the container to notify the important events to the beans in its life cycle. The callback methods are defined in the javax.ejb.EntityBean interface.The callback methods example are ejbCreate(), ejbPassivate(), and ejbActivate().


Archived Comments


Most Viewed Articles (in Interview )

Latest Articles (in Interview)

Comment on this tutorial