Java – difference between non repeatable reads and dirty reads

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
分享
二维码
< <上一篇
下一篇>>