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 use of system.diagnostics.process class in .net?

0 Answers  


Explain about .net?

0 Answers  


Explain the process of serialization in .NET?

0 Answers  


I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.

0 Answers  


Describe the role of global.asax.

2 Answers  






What is an anonymous method?

0 Answers  


What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


How is threading done in .net?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What is the concept of inheritance in .net?

0 Answers  


Why you want to leave your previous company.

0 Answers  


What is difference between .net core and .net standard?

0 Answers  


Categories