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

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

1 Answers  


What is ejb 3?

0 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


In bean managed transactions, how session bean can be configured?

1 Answers  


What are the advantages of ejb?

0 Answers  






How do you decide whether you should use session, entity or message driven bean?

0 Answers  


Which is the only method defined in the javax.ejb.handle interface?

0 Answers  


Where a bean can be used ?

1 Answers  


What changes have been made in ejb 2.0 specifications?

0 Answers  


What is dependency injection in ejb?

0 Answers  


Explain what is an EJB Context?

0 Answers   BirlaSoft,


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

0 Answers  


Categories