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 |
How would ASP and ASP.NET apps run at the same time on the same server?
Explain .net framework overview?
Tell me what is a “jagged array”?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is the use com component in .net?
Difference abstract class and interface in .net?
Please explain the difference between constants and read-only variables?
What are the types of jit?
Class for getting the info that is on clipboard of our system in a windows App?
What is difference between .net core and .net standard?
Do you know what is garbage collector?
Example from .net. Integer & struct are value types or reference types in .net?