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 is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


List some key actors in persistence api.

0 Answers  


Match the ejb functions given below with the functionality equivalent in sql?

0 Answers  


What is stateless code?

0 Answers  


Can Container managed Bean-Managed Persistence ?

0 Answers   Sony,






Define ejb Create() and EjbPostCreate()?

0 Answers  


Explain the concept of local interfaces?

0 Answers  


How does the server decide which beans to passivate and activate?

0 Answers  


What is Enterprise JavaBeans Query Language (EJB QL)?

0 Answers  


What is ejbdoclet?

0 Answers  


What is the procedure for the presentation of ejb persistence mechanism?

0 Answers  


What is session bean?

0 Answers  


Categories