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 the main components in .net?
How Can Registry Editor in .NET?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Please explain what do the terms “boxing” and “unboxing” mean?
Explain the Difference between value and reference type.
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
Name for built-in permission sets in .Net
What is the use of Treeview control?
What is CCW (COM Callable Wrapper) ?
How is .net core cross platform?
What is strong-typing versus weak-typing? Which is preferred?
Explain how to stop a thread?