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 |
What is a formatter in .net?
What are the new 2.0 features useful for?
Explain me what is the .net framework and how does it work?
why you wouldn't want to write into it even if you could
What is meant by .Net framework?
What are the different types of remote object creation mode in .net?
Difference abstract class and interface in .net?
Tell us the difference between managed and unmanaged code?
What are use of Cloud computing....?
What is a design pattern and what is it for?
What is a manifest in .net?
Explain me what is .net web service?