Tell me difference between Container managed persistent
bean & Bean managed persistent bean?
Answer Posted / 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 View All Answers
Match the ejb functions given below with the functionality equivalent in sql?
Name the acid properties of a transaction.
Define ACID Properties?
What is @enableautoconfiguration?
Why do we use ejb?
What does @inject mean in java?
What is ejb and its types in java?
Enlist the contents of Container.
What is ptp model?
What happens when I change a value in the httpsession from inside an ejb?
Enlist the enterprise beans types?
What is Enterprise JavaBeans (EJB)?
Are entity beans allowed to create() methods?
What is ejb javatpoint?
What are ejb components?