Answer Posted / thomas
session beans are function beans.two types of session beans
are stateless & stateful.It is not persitent on three cases
1. server crash
2. server shutdown
3. time out
where as entity beans are value beans. it contains only
setter and getter methods.it is persistent bean.it
maintains database, for storing objects. two types of
entity bean are
bean managed persistance & container managed persistance
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Define Clone?
What is mdb in ejb?
can we stop the execution of a method before completion?
What is ejb bean in java?
How does ejb invocation happens?
Differentiate Conversational from Non-conversational interactions?
What is session bean in ejb?
What is stateless and stateful?
What is ejb javatpoint?
What is ejb and why it is used?
What do you mean by bean managed transaction?
Is functional programming stateless?
What is the full form of ejb in java?
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?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?