What is the major difference SessionBean and EntityBean?
Answer Posted / eavi
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 ? | 0 Yes | 4 No |
Post New Answer View All Answers
Which is more beneficial: Stateful or Stateless Bean?
Define Clone?
How to find ejb version in websphere?
Define ejb Create() and EjbPostCreate()?
What is software architecture of ejb?
What is the difference between ejb and java beans?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is backing bean?
Define Context?
What is the use of @resource?
What is the difference between @requestparam and @pathvariable?
What is the difference between message driven beans and stateless session beans?
Can you be deported if you are stateless?
What is ejb context?