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

Is ejbCreate() method mandatory while defining a Session Bean?

0 Answers  


What is singleton session bean?

0 Answers  


in EJB diclare the static methods are not?

0 Answers   iGate,


What is persistence?

2 Answers  


Name the attributes of javax.ejb.ejb.

0 Answers  


Is soap stateless or stateful?

0 Answers  


What do you mean by bean managed transaction?

0 Answers  


Why do we need ejb in java?

0 Answers  


Which is more beneficial: CMP or BMP?

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


How bean-managed transactions will work?

1 Answers   Wipro,


What is beaninfo ?

1 Answers  


Categories