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 difference between Session bean and Entity bean?one?

0 Answers  


What is @autowired required false?

0 Answers  


What is Entity Bean and Session Bean?

1 Answers   KPIT,


What is ptp model?

0 Answers  


How do I use a less than or greater than on a message selector in ejb-jar.xml?

0 Answers  






Which is more beneficial: Stateful or Stateless Bean?

0 Answers  


What are the basic and subtypes of enterprise java beans (ejb)?

0 Answers  


what are the classes you used in Beans?

1 Answers  


What do you mean by bean managed transaction?

0 Answers  


How is ejb different from java beans?

0 Answers  


How entity beans support container managed persistence?

0 Answers  


What is the difference between message driven beans and stateless session beans?

0 Answers  


Categories