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 |
Explain difference between panel and groupbox classes using .net?
What is Delegate? Have ever used Delegates in your project.
Explain what is the difference between constants and read-only variables?
Define satelite assembly?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Can I write my own .net host?
What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com
What is "common language runtime" (clr) in .net?
What is singlecall activation mode used for in .net?
Tell us the difference between managed and unmanaged code?
What is the difference between override and overload in a method?
What is common type system (cts)?