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 do you mean by in-memory replication?

0 Answers  


What are the advantages of ejb components?

0 Answers  


How Client will contact the Bean?

3 Answers   Four soft, Tech Mahindra,


What is jar, war, and ear?

0 Answers  


What is message-driven bean?

0 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


What is ejb bean in java?

0 Answers  


What does ejb stand for?

0 Answers  


Can an ejb send asynchronous notifications to its clients?

0 Answers  


What is ejb ql?

0 Answers  


Explain the important elements of ejb?

0 Answers  


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

0 Answers  


Categories