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 RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


What is the procedure for the creation of stateless ejb?

0 Answers  


What are the callback annotations for entity bean?

0 Answers  


Is udp stateless?

0 Answers  


What are the types of ejb?

0 Answers  


What is bean in ejb?

0 Answers  


Differentiate Conversational from Non-conversational interactions?

0 Answers  


whatis the diff between ejb and servlet/jsp

6 Answers   TCS,


What is mdb?

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


What is Enterprise JavaBeans?

1 Answers  


What is ejb home object?

0 Answers  


Categories