[Oracle interview]What is synchronization and why is it important?
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]