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
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is stateless authentication?
What is enterprise javabeans (ejb) container?
How do you decide whether you should use session, entity or message driven bean?
What are versions of ejb?
what is mean by OLE ? Please answer me. Advance thanks.
Can remove() be a Stateless Session bean?
What do you understand by session facade?
What is the full form of ejb in java?
How is consistency maintained by Stateful Session through transaction updates ?
Why is ftp stateful?
What is the procedure for the presentation of ejb persistence mechanism?
Differentiate “find a method” from “select method” in EJB ?
How to invoke ejb from java client?
Why is ejb used?