Programming Tutorials

What are the call back methods in Session bean?

By: Karthik in Interview Tutorials on 2012-06-16  

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().





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is the difference between jsp:include page and @ include file?

What are the call back methods in Session bean?

What is the difference between Session Bean and Entity Bean?

Interview Question: What is Remote client view?

What is the difference between JTS and JTA?

Question: Explain the life-cycle methods in JSP?

Interview Question: What are the optional clauses in EJB QL?

How to define an Interface?

Explain the user defined Exceptions?

Interview Question: What is the difference between sessioncontext and entitycontext?

Interview Question: What is EJB container?

Interview Question: What is Deployment descriptor?

Why J2EE is suitable for the development of distributed multi-tiered enterprise applications?

Getting started with Interview

Interview Question: What is local interface. How values will be passed?

Latest Articles (in Interview)