How the container will maintain synchronization for
multiple calls to the entity bean?



How the container will maintain synchronization for multiple calls to the entity bean?..

Answer / mohan

by the way to persist any thing in EJB we have to careful
about other thread are also accessing resource.We need the
help of the transaction isolation while writing.There is a
level called 'Serializable'.So by using this the resource
will allow one after another to write to the same resource;

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More EJB Interview Questions

Why is ftp stateful?

0 Answers  


What is ejb in weblogic?

0 Answers  


What is activemq used for?

0 Answers  


Define Context?

0 Answers  


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

1 Answers  






What are different Methods and Classes written in a Session Bean

1 Answers   DELL,


What do you mean by ejbdoclet?

0 Answers  


Life Cyle methods in Entity Bean with Container Managed persistence

2 Answers  


What is Enterprise JavaBeans?

1 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?

0 Answers  


Elucidate callback in ejb?

0 Answers  


Is ejb be called from another ejb? If yes then how?

0 Answers  


Categories