what is the difference between stateless and stateful
sessions?
Answer Posted / sathish babu
stateless sessinobean:can not maintain the state,cannot
maintain the persistance(data base),onece sutdown
machine,we cannot see that data,cannot have the
passivate,activate states.ex:atm mini statements.
statefull sessionbean:maintain the state,but cannot
maintain the persistance,once we sutdown the system the
values stored in local hard disc,can have the passivate and
activate states.ex:shopping card
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can an ejb send asynchronous notifications to its clients?
What is enterprise javabeans (ejb) container?
What is the difference between @requestparam and @pathvariable?
What are stateless applications?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
Is functional programming stateless?
What are the design principles for ejb?
What is stateless programming?
What is an ejb container?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Explain the concept of local interfaces?
What is ptp model?
What is a ejb container?
What is ejb in java with example?
Explain the architectural relationship between JavaBeans and JTA?