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



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

Answer / guest

Containers manage multiple transactions in one of two ways.
First, the container can instantiate multiple instances of
the bean and let the transaction management of the DBMS
handle transaction processing issues. Or, the container can
acquire an exclusive lock on the instance?s state in the
database, and serialize access from multiple transactions to
this instance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

How to increase ejb transaction timeout in weblogic?

0 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


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

1 Answers  


What are the basic and subtypes of enterprise java beans (ejb)?

0 Answers  


what is current EJB version?

3 Answers  






How to import ejb project in eclipse?

0 Answers  


whatis the diff between ejb and servlet/jsp

6 Answers   TCS,


What is bean in ejb?

0 Answers  


What is mdb?

0 Answers  


What is ejbdoclet?

0 Answers  


What are the benefits of ejb?

0 Answers  


What is the difference between Session bean and Entity bean?one?

0 Answers  


Categories