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
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?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is ejb and how it works?
What is ejb and its properties?
What do you mean by EJB architecture?
Can tomcat run ejb?
What is an entity manager?
What is entity beans in ejb with example?
What is the difference between ejb and spring?
What is ejb 3?
How to create ejb project in eclipse?
What are stateless applications?
What do you understand by session facade?
What’s the difference between hibernate and ejb 3?