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 |
what are required main interfaces in EJB?
Is functional programming stateless?
What is the relationship between an EJB component, EJB container, and an application server?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Enlist the changes in EJB 2.1 ?
What is use of @postconstruct?
Where a bean can be used ?
What is an entity and its types?
What is the difference between session and entity beans? When should I use one or the other?
What are stateless functions?
What is stateless authentication?
Explain the Sotware Architechture of EJB?