Programming Tutorials

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

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is the difference between sessioncontext and entitycontext?

Answer: Since EnterpriseBeans live in a managed container, the container is free to call your EJB components methods at its leisure. The container houses the information like current status of bean,security credentials of the user currently accessing the bean in one object is called EJBContext Object. A context represents a way for beans to perform callbacks and modify their current status Sessioncontext is EJB context for session bean Entitycontext is EJB context for entity bean Message driven context is EJB context for message driven bean

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Question: What is a Hidden Comment in JSP?

What types of comments are available in the JSP?

Tell me something about J2EE component?

The output of System.out.println(5<<2) in Java

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

What is the difference between Session Bean and Entity Bean?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is Collection API?

Interview Question: Do ActionForms have to be true JavaBeans?

Name the containers which uses Border Layout as their default layout?

What is the difference between jsp:forward and response.sendRedirect(url)

Explain garbage collection?

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

Interview Question: What is abstract schema?

What is the difference between JTS and JTA?

Latest Articles (in Interview)