what is synchronization and why is it


What is synchronization and why is it important?

With respect to multithreading, synchronization is the potential to control the access of multiple threads to shared resources.

Without synchronization, it is possible for one thread to change a shared object whereas another thread is in the process of using or updating that object's value. This often leads to important errors.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what is synchronization and why is it
Reference No:- TGS0310993

Expected delivery within 24 Hours