what is a dirty read?



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

Post New Answer

More Advanced Java Interview Questions

How to do registration form using struts and hibernate?

1 Answers  


Why are some of the class and element names counter-intuitive?

0 Answers  


What state does a thread enter when it terminates its processing?

0 Answers  


Name the eight primitive java types.

0 Answers  


Write a singleton program?

0 Answers  






What are skeletons and stubs and how they are generated?

2 Answers  


which type of objects reference will be given to client?

0 Answers  


Difference between new operator and class.forname().newinstance()?

0 Answers  


How many layers are there in RMI and what are they?

1 Answers  


what is container?

3 Answers   Infosys, Infotech,


Is the ternary operator written x : y ? Z or x ? Y : z ?

0 Answers  


What is ioc concept & explain it?

0 Answers  


Categories