How EJB and JDBC/SQLJ are related?



How EJB and JDBC/SQLJ are related?..

Answer / 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

More EJB Interview Questions

How to generate ejb stubs in eclipse?

0 Answers  


What is ejb and its types?

0 Answers  


For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?

0 Answers  


What does ejb stand for?

0 Answers  


What is JAR file?

4 Answers  






What is stateful session bean?

0 Answers  


Can Container Managed Bean-Managed Transaction ?

3 Answers   Sony,


What is the full form of ejb in java?

0 Answers  


Who took over ejb?

0 Answers  


Life Cyle methods in Entity Bean with Bean Managed Persistence

1 Answers  


Why is ftp stateful?

0 Answers  


How does ejbs work?

0 Answers  


Categories