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
What are ejb containers?
Why do we use ejb?
What are the benefits of ejb?
What optimization could I use if the ejb container is the only point of write access to the database?
Is functional programming stateless?
Where is ejb used?
How to generate ejb stubs in eclipse?
What are stateless functions?
What are the types of ejb?
What is ejb javatpoint?
What is ejb client?
Why is ejb used?
What is stateless and stateful?
How many enterprise beans?
Which is more beneficial: Stateful or Stateless Bean?