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 is JAR file?
What are different Methods and Classes written in a Session Bean
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is the difference between Session bean and Entity bean?one?
What are ejbs used for?
What do you mean by timer service and where it is used?
can we have static initializer blocks in EJB?
Are entity beans allowed to create() methods?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
How can a CORBA object, accessed from a EJB?
Why is ejb needed?
What is @resource in java?