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 ejb role in j2ee?

0 Answers  


Is udp stateless?

0 Answers  


how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


What are the steps involved in creating a Bean?

2 Answers  


What are the limitations of using local object?

0 Answers  






Can beans who are involved in transaction have 'passivation' process?

0 Answers  


What is bean-managed transaction?

0 Answers  


what is an ejb object?

5 Answers   Bally Technologies, HCL, Siemens,


What does ejb stand for?

0 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?

0 Answers  


EJB containers supports what kind of transaction attributes?

1 Answers  


Categories