Tell me difference between Container managed persistent
bean & Bean managed persistent bean?



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

Post New Answer

More EJB Interview Questions

What changes have been made in ejb 2.0 specifications?

0 Answers  


Can tomcat run ejb?

0 Answers  


What is difference between ejb and spring?

0 Answers  


What is remote interface in ejb?

0 Answers  


What is the use of @ejb annotation?

0 Answers  






What is ejb and how it works?

0 Answers  


Define EAR, WAR and JAR ?

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

0 Answers  


What are ejb containers?

0 Answers  


What is the major difference SessionBean and EntityBean?

3 Answers   KPIT, Wipro,


abstract methods in SessionBean?

1 Answers  


what is ejb

3 Answers   Tech Mahindra,


Categories