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

List down the steps for the demonstration of ejp persistence mechanism.

0 Answers  


Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?

0 Answers  


A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?

0 Answers  


Can stateful session beans are persistent?

2 Answers  


What are the callback annotations for entity bean?

0 Answers  






Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.

1 Answers   ITC Infotech,


What is a local interface?

0 Answers  


Is it possible to have threading in ejb?

0 Answers  


What’s new in the ejb 2.0 specification?

0 Answers  


what is current EJB version?

3 Answers  


What are the attributes of transaction in ejb?

0 Answers  


Is ejb a framework?

0 Answers  


Categories