Tuesday, November 29, 2011

What is the difference between optimistic locking and pessim

Optimistic locking : One is working on the data with the assumption that it has not been manipulated by any body and will only get to know about the data changes when trying to commit the transaction.if the data is unaltered for the time frame he is working then then transction is commited else exception thrown
Category:EJB Interview Questions

No comments:

Post a Comment