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 |
Is jvm a overhead?
Explain how will the struts know which action class to call when you submit a form?
What is the difference between long.class and long.type?
How many JSP scripting elements and what are they?
What is Remote Server?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
Is multiple try block is possible in single java Application......
What class is the top of the awt event hierarchy?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Wt is the main difference between Java and Java J2EE and Advanced java?
Explain about thread synchronization inside a monitor?
Thread life cycle?