Programming Tutorials

What do you understand by a container in J2EE?

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

Normally, thin-client multi-tiered applications are hard to write because they involve many lines of intricate code to handle transaction and state management, multithreading, resource pooling, and other complex low-level details. The component-based and platform-independent J2EE architecture makes J2EE applications easy to write because business logic is organized into reusable components. In addition, the J2EE server provides underlying services in the form of a container for every component type. Because you do not have to develop these services yourself, you are free to concentrate on solving the business problem at hand.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Differentiate between .ear, .jar and .war files.

Interview Question: What is lazy loading?

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

Getting started with Interview

What is JAXP?

Question: How is the MVC design pattern used in Struts framework?

What do you understand by a J2EE module?

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

Question: Explain the life-cycle methods in JSP?

Question: What is a Hidden Comment in JSP?

Interview Question: What is the difference between ejbCreate() and ejbPostCreate?

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

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

Interview Question: What is the difference between JavaBean and EJB?

Interview Question: What is difference between EJB 1.1 and EJB 2.0?

Latest Articles (in Interview)