How stateful session beans will maintain consistency,
across transaction updates?

Answers were Sorted based on User's Feedback



How stateful session beans will maintain consistency, across transaction updates?..

Answer / guest

Stateful session beans maintain data consistency by updating
their fields each time a transaction is committed.To keep
informed of changes in transation status, a stateful session
bean implements the SessionSynchronization interface.The
Container then calls methods of this interface as it
initiates and completes transactions involving the bean.

Is This Answer Correct ?    1 Yes 0 No

How stateful session beans will maintain consistency, across transaction updates?..

Answer / uma

probably it may be due to its activation and passivation
concepts.
i am not sure. just reply back with the corrections and
comments,
my mail id uma_rr@sify.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Why does EJB needs two interfaces, Home and Remote Interface?

4 Answers  


What are the transaction management benefits of the EJB architecture?

1 Answers  


Elucidate callback in ejb?

0 Answers  


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

0 Answers  


ejbCreate in Entity bean and create method in EJB home, have the same parameters?

2 Answers  






What are the steps involved in creating a Bean?

2 Answers  


What is the difference between stateful and stateless session beans?

2 Answers   Tech Mahindra,


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


How 'messaging' supported in EJB 2.0 Specification?

1 Answers  


What is BDK?

3 Answers  


What’s the difference between hibernate and ejb 3?

0 Answers  


What is the difference between @requestparam and @pathvariable?

0 Answers  


Categories