what is the difference between stateless and stateful
sessions?
Answer Posted / buddheshwar ojha
BY rahul ojha
A stateful session bean maintains state between client and the statefulbean for a duration of time and once state is end it end session completely it also maintains data persistency(database).(Shoping card etc...)
A stateless session bean does not maintain conversation state for a longer time 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.(HTTP , telephone line conversation etc...).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by ejb?
Is soap stateless or stateful?
What ejb means?
What are the attributes of transaction in ejb?
What is stateful or stateless?
Why do we use @requestmapping?
What do you mean by in-memory replication?
What is the meaning of acid in the connection of transaction management?
What is ejb container?
How to generate ejb stubs in eclipse?
How ejb invocation happens?
What is the difference between ejb and spring?
Is state maintained by a Stateless bean?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
What is ejb context?