Java – difference between non repeatable reads and dirty reads
•
Java
From this Oracle Java Tutorial:
What is the difference between dirty reading and unrepeatable reading? Is this different? Reading error results due to someone else's update?
Thank you in advance
Solution
Exactly the same page explains what dirty reading is:
Therefore, non repeatable reading is to read two different committed values, while dirty reading is to read uncommitted values Very different
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码