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

What is the purpose of ejb in java?

0 Answers  


What is the difference between message driven beans and stateless session beans?

0 Answers  


What are the steps involved in creating a Bean?

2 Answers  


How can enterprise javabeans be accessed from active server pages?

0 Answers  


What are the benefits of ejb?

0 Answers  


How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?

1 Answers  


What are versions of ejb?

0 Answers  


what is mean by OLE ? Please answer me. Advance thanks.

0 Answers   Excel,


How does a container, manage access, from multiple transactions on an entity bean?

1 Answers  


Is ejbCreate() method mandatory while defining a Session Bean?

0 Answers  


What is ejb container in java?

0 Answers  


What is bean-managed transaction?

0 Answers  


Categories