what is a dirty read?
Answer / srikanth
For eg:
There are two tx- A and B
If a row has been changed by tx-A and not commits it.In the
mean while if the tx-b reads the row in the mean while if
again tx-A commits the row updated then tx-B will get the
different results.
| Is This Answer Correct ? | 0 Yes | 1 No |
What class is the top of the awt event hierarchy?
What is a class loader? What are the different class loaders used by jvm?
what is Static binding?
What is the difference between static and non-static with examples?
list the types of dialodg
What is UniCastRemoteObject and what is its use in RMI?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is private static final long serialVersionUID = 1L;
Explain the methods of Naming class, rebind( ) and lookup()?
How will the struts know which action class to call when you submit a form?
Explain the life cycle of servlet?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?