Programming Tutorials

Interview Question: What is EJB container?

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

Question:What is EJB container?

Answer: An EJB container is a run-time environment that manages one or more enterprise beans. The EJB container manages the life cycles of enterprise bean objects, coordinates distributed transactions, and implements object security. Generally, each EJB container is provided by an EJB server and contains a set of enterprise beans that run on the server.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What types of comments are available in the JSP?

What are all the different scope values for the tag?

Explain the Encapsulation principle.

Question: What is the directory structure of a web application?

Interview Question: What is EJB container?

Interview Question: What about JSTL and JavaServer Faces ?

Interview Question: What are the call back methods in Entity bean?

What is the difference between Session Bean and Entity Bean?

Interview Question: What is the difference between find and select methods in EJB?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: What is Action Class?

Interview Question: Write code of any Action Class?

Question: Difference between forward and sendRedirect in JSP?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: What is the difference between EAR, JAR and WAR file?

Latest Articles (in Interview)