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 are the life-cycle methods of JSP?

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

What is Collection API?

What do you understand by Synchronization?

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

Interview Question: What is EJB client JAR file?

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

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

What is Deployment Descriptor?

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

What are the services provided by a J2EE container?

What is the difference between Session Bean and Entity Bean?

What is the difference between interface and abstract class?

Interview Question: What is Struts?

Interview Question: Is Decorator an EJB design pattern?

Latest Articles (in Interview)