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 remote interface in ejb?

0 Answers  


when deploying an EJB, does it possible to specify multiple JNDI names?

1 Answers   IBM,


What are the various types of entrepreneur java bean?

0 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

0 Answers  


What is an entity and its types?

0 Answers  






how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


What is ejb role in j2ee?

0 Answers  


Can a client interact with an JavaBean directly? Explain?

1 Answers  


Explain the important elements of ejb?

0 Answers  


Why should we use ejb?

0 Answers  


ejb session beans and entity beans?

1 Answers  


What is mdb in ejb?

0 Answers  


Categories