Tuesday, November 29, 2011

Is instance pooling necessary for entity beans?

One of the fundamental concepts of Entity Beans is that they are the pooled objects.Instance pooling is the service of the container that allows the container to reuse bean instances,as opposed to creating new ones every time a request for a bean is made.This is a perfomance optimizatio done by the container.
Category:EJB Interview Questions

No comments:

Post a Comment