user image

Pooja Sharma

Job Interview Skills
English
2 years ago

3. Describe synchronization in respect to multithreading.

user image

Abhishek Mishra

2 years ago

With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchonization, it is possible for one thread to modify a shared variable while another thread is in the process of using or updating same shared variable. This usually leads to significant errors.

Recent Doubts

Close [x]