Tell me difference between Container managed persistent
bean & Bean managed persistent bean?
Answer / janet
In Bean Managed Persistence, the bean is entirely
responsible for storing and retriving it's instance data.
The Entity bean interface provides methods for the container
to notify an instance when it needs to store or retrive its
data.
In container manaed persistence,entity bean data is
automatically maintained by the container using a mechanism
of it's choosing.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is ejb ql?
What is the difference between ejb and java beans?
Why do we use ejb?
Enlist the changes in EJB 2.1 ?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
Is state maintained by a Stateless bean?
What is ejb context?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
Life Cyle methods in Entity Bean with Container Managed persistence
What is JAR file?
What are versions of ejb?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?