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

The project which you have made, which methodology did you use?

0 Answers   Wipro,


Explain what is an application domain?

0 Answers  


What are the purposes of using .net?

0 Answers  


What's the problem with .net generics?

0 Answers  


How .NET is able to support multiple languages?

5 Answers  






What are Sessions?

2 Answers   Deloitte,


Should I use readerwriterlock instead of monitor.enter/exit?

0 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


What is the difference between constants and read-only variables?

0 Answers  


Can a try block have more than one catch block?

0 Answers  


What does jit do?

0 Answers  


How is threading done in .net?

0 Answers  


Categories