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 the difference between a Hash Table and a Dictionary?
Explain how to produce an assembly?
What does cli do?
Explain how to spawn a thread?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What is the advantage of packaging over xcopy in .net?
explain the states of a window service application?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
Explain the code behind wors and contrast that using the inline style.
What is a metadata in .net?
How .NET is able to support multiple languages?
Do you know what is garbage collector?