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 meant fulltrust?

1 Answers  


What is web.config in .net?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


Explain what is the difference between web application and enterprise application?

0 Answers  


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

0 Answers  






Difference between abstract class and interface in .net?

0 Answers  


What is .net and why it is used?

0 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


What is a resource? Provide an example from your recent project.

1 Answers   Wipro,


What is implement a generic action in webapi?

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


Categories