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 is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What are ejb containers?
What does @inject mean in java?
What is software architecture of ejb?
What are the design principles for ejb?
What is singleton session bean?
How to invoke ejb from java client?
What is ejb javatpoint?
What is stateless session bean?
What ejb means?
Mention the three levels for applying interceptor methods.
What do you mean by ejb?
List some key actors in persistence api.
What is the difference between session and entity beans? When should I use one or the other?
What are versions of ejb?