Programming Tutorials

What are the services provided by a J2EE container?

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

Answer: The services provided by container are as follows:

a) Transaction management for the bean
b) Security for the bean
c) Persistence of the bean
d) Remote access to the bean
e) Lifecycle management of the bean
f) Database-connection pooling
g) Instance pooling for the bean 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is transient variable?

What is similarities/difference between an Abstract class and Interface?

What are the services provided by a J2EE container?

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

Interview Question: Is Decorator an EJB design pattern?

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

Interview Question: What is EJB client JAR file?

Interview Question: What is abstract schema?

Explain the Polymorphism principle.

What is Deployment Descriptor?

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

Interview Question: What is ActionServlet?

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

What are types of J2EE clients?

What types of comments are available in the JSP?

Latest Articles (in Interview)