What is the difference between stateful and stateless
session beans?
Answer Posted / pn8572
Stateful Session bean - the session bean which is associated with one EJB client.
example : normal item cart in any online shopping site.
Stateless Session bean- each session bean can be reused by multiple EJB clients.
example : EMI calculator.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What do you mean by in-memory replication?
What is rmi and ejb in java?
How to determine, that beans are TX or not?
What is stateful or stateless?
What is ejb 3?
What changes have been made in ejb 2.0 specifications?
Explain the concept of ejb ql?
What is @resource in java?
Is ejbCreate() method mandatory while defining a Session Bean?
What are the different kind of ejb's?
What is mdb?
What is dependency injection in ejb?
What is ejb client?
How to find ejb version in websphere?
How can I access ejb from asp?