Tuesday, November 29, 2011

How is Stateful Session bean maintain their states with client

A stateful session bean is an enterprise bean (EJB component) that acts as a server-side extension of the client that uses it. The stateful session bean is created by a client and will work for only that client until the client connection is dropped or the bean is explicitly removed.
Category:EJB Interview Questions

No comments:

Post a Comment