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 |
what is mean by RMI ? Please answer me. Advance thanks.
What is the procedure for the creation of stateless ejb?
What are the callback annotations for entity bean?
Is udp stateless?
What are the types of ejb?
What is bean in ejb?
Differentiate Conversational from Non-conversational interactions?
whatis the diff between ejb and servlet/jsp
What is mdb?
Life cycle methods in stateful session beans?
What is Enterprise JavaBeans?
What is ejb home object?