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

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

0 Answers   Excel,


What is ejbdoclet?

0 Answers  


what is the Control flow of an Entity?

1 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


How to connect to a specific enterprise bean?

2 Answers  






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

2 Answers   Excel,


Differentiate “find a method” from “select method” in EJB ?

0 Answers  


How does ejbs work?

0 Answers  


What is the TX operational difference between Session Bean and Entity Bean?

1 Answers  


why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

0 Answers   Polaris,


Explain what is an EJB Context?

0 Answers   BirlaSoft,


How does ejb invocation take place?

0 Answers  


Categories