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 are required main interfaces in EJB?

2 Answers  


Is functional programming stateless?

0 Answers  


What is the relationship between an EJB component, EJB container, and an application server?

2 Answers  


What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?

0 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


What is use of @postconstruct?

0 Answers  


Where a bean can be used ?

1 Answers  


What is an entity and its types?

0 Answers  


What is the difference between session and entity beans? When should I use one or the other?

0 Answers  


What are stateless functions?

0 Answers  


What is stateless authentication?

0 Answers  


Explain the Sotware Architechture of EJB?

1 Answers   Wipro,


Categories