in hibernate, what is dirty reading?



in hibernate, what is dirty reading?..

Answer / idayathullah

Dirty read is the process of reading database records
without locking the records being read. This means that an
uncommitted change can be read and then rolled back by
another client, resulting in a local copy of a record that
is not consistent with what is stored in the database.

Is This Answer Correct ?    15 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between managed and unmanaged code?

0 Answers  


What is a .net class?

0 Answers  


Explain assemblies in .net?

0 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,


Explain what is a delegate?

0 Answers  






Explain what is mutex?

0 Answers  


How can you manage pagination on a page using .Net?

1 Answers  


State some of the different languages supported by .net?

0 Answers  


What are The Main Difference Between Client-server Based Applications and Web Based Applications

1 Answers   CTC,


what is yield keyword in .Net?

2 Answers  


what is the meaning silverligt control

0 Answers  


Can a try block have nested try blocks?

0 Answers  


Categories