What is synchronization and why is it important

With respect to multithreading, synchronization is the capability to control the access ofmultiple threads toshared resources. Without synchronization, it is possible for one thread to modify ashared object whileanother thread is in the process of using or updating that object's value. This often leadsto significanterrors.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions