what is the difference between stateless and stateful
sessions?
Answer Posted / bindehswar jha
Stateless Session bean support activation and Passivation
By passivation the bean isntance go to the instance pool
when it is not fulfilling any request and by activation the
bean instance active and fullfill the anohter request.
Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
Is having static initializer blocks legal in ejb?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What is stateless session?
What are ejb containers?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
How many types of session beans are available in ejb?
what is mean by OLE ? Please answer me. Advance thanks.
What is stateful or stateless?
What is the purpose of ejb in java?
What’s new in the ejb 2.0 specification?
How does ejb container work?
How to generate ejb stubs in eclipse?
What is ejb and its properties?
What is applicationscoped?
What is stateless programming?