Answer Posted / nirmala
in case of EJB,we have CMP and BMP .in (BMP)bean managed
persistency,
bean provider has to make connection, retrive the
values ,assign them to the objects in ejbLoad()
and again the container saves the objects value in the bean
using ejbStore().
in JDBC also we have to ecplicitly do the above feature
manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ejb application?
Which is more beneficial: CMP or BMP?
What is ejb and its types?
How to create ejb project in eclipse?
What is ejb role in j2ee?
What is the difference between message driven beans and stateless session beans?
What is entity bean?
What are the components of session beam?
What is ejb home object?
Is having static initializer blocks legal in ejb?
How is consistency maintained by Stateful Session through transaction updates ?
What is an ejb context?
Is udp stateless?
Enlist the CallBack methods of Entity Bean.
What does @inject mean in java?