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 )

What are implicit Objects available to the JSP Page?

Can Entity Beans have no create() methods?

What is Collection API?

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

Question: What is an Expression tag in JSP?

Interview Question: Does Struts include its own unit tests?

What is Deployment Descriptor?

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

What types of comments are available in the JSP?

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

What do you understand by a container in J2EE?

What is the difference between interface and abstract class?

Question: Explain the life-cycle methods in JSP?

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

Interview Question: What is Remote client view?

Latest Articles (in Interview)