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 main components in .net?

1 Answers  


How Can Registry Editor in .NET?

1 Answers  


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

1 Answers   QuestPond,


Please explain what do the terms “boxing” and “unboxing” mean?

1 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


Name for built-in permission sets in .Net

1 Answers  


What is the use of Treeview control?

1 Answers   CGI,


What is CCW (COM Callable Wrapper) ?

1 Answers  


How is .net core cross platform?

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

1 Answers  


Explain how to stop a thread?

1 Answers  


Categories