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

Which is the only method defined in the javax.ejb.handle interface?

0 Answers  


What is stateless session?

0 Answers  


What is ejb and its properties?

0 Answers  


What is ejb bean in java?

0 Answers  


What is stateless authentication?

0 Answers  






How EJB component can in interact with COM/DCOM components?

1 Answers  


What is meant by manifest files ?

2 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


How can a session bean be configured for transactions of bean-managed?

0 Answers  


Why stateless is better than stateful?

0 Answers  


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


What is ejb javatpoint?

0 Answers  


Categories