Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between stateful and stateless
session beans?

Answer Posted / kunwar dharmendra singh

Stateful vs. Stateless Session Beans
A stateful session bean will maintain a conversational state
with a client. The state of the session is maintained for
the duration of the conversation between the client and the
stateful session bean. When the client removes the stateful
session bean, its session ends and the state is destroyed.
The transient nature of the state of the stateful session
bean should not be problematic for either the client or the
bean, because once the conversation between the client and
the stateful session bean ends, neither the client nor the
stateful session bean should have any use for the state.

A stateless session bean will not maintain conversational
states for specific clients longer than the period of an
individual method invocation. Instance variables used by a
method of a stateless bean may have a state, but only for
the duration of the method invocation. After a method has
finished running either successfully or unsuccessfully, the
states of all its instance variables are dropped. The
transient nature of this state gives the stateless session
bean beneficial attributes, such as the following:

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate Conversational from Non-conversational interactions?

1093


How does the server decide which beans to passivate and activate?

1247


What is ejb application?

1003


Can beans who are involved in transaction have 'passivation' process?

1023


What is ejb bean in java?

1137


What is ejb home object?

1074


What causes statelessness?

973


What is the meaning of acid in the connection of transaction management?

1101


What does ejb stand for?

1101


What changes have been made in ejb 2.0 specifications?

1100


Why is ejb needed?

1012


What is ejb in weblogic?

1088


Explain transaction and various methods to manage it?

1010


What do you mean enterprise javabeans (ejb) container?

1195


What is jar, war, and ear?

1226