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

What is the difference between a Hash Table and a Dictionary?

1 Answers  


Explain how to produce an assembly?

0 Answers  


What does cli do?

0 Answers  


Explain how to spawn a thread?

0 Answers  


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


What is the advantage of packaging over xcopy in .net?

0 Answers  


explain the states of a window service application?

0 Answers  


What is RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


Explain the code behind wors and contrast that using the inline style.

0 Answers  


What is a metadata in .net?

0 Answers  


How .NET is able to support multiple languages?

5 Answers  


Do you know what is garbage collector?

0 Answers  


Categories