胡一搏 发表于 2013-8-16 16:22:00

[Oracle interview]What is synchronization and why is it important?

费庆龄 发表于 2013-8-16 16:26:02

Withrespect to multithreading, synchronization is the capability to control theaccess of multiple threads to shared resources. Without synchronization, itis possible for one thread to modify a shared object while another thread isin the process of using or updating that object's value. This often leads tosignificant errors.
页: [1]
查看完整版本: [Oracle interview]What is synchronization and why is it important?