What is the major difference SessionBean and EntityBean?
Answer Posted / janet
Session Beans state can be shared by only one client at a
time - persistence storage device .ser file.
EntityBeans state can be shared by multiple
clients,because as its persistence storage device is DB.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What do you mean by timer service and where it is used?
can u explain about design patterns like singleton,builder,factory
Can an ejb send asynchronous notifications to its clients?
Can beans who are involved in transaction have 'passivation' process?
What do you understand by session facade?
What is difference between stateless and stateful?
Name the attributes of javax.ejb.ejb.
What does ejb stand for?
How to increase ejb transaction timeout in weblogic?
How to import ejb project in eclipse?
Mention the three levels for applying interceptor methods.
What are the various types of entrepreneur java bean?
What is session bean in ejb?
What is stateful or stateless?
How to determine, that beans are TX or not?