What is synchronization and why is it important?

What is synchronization and why is it important?

Khamoshi
Views: 673 | Community Opinion: 1

Tags..  Java Synchronization  Core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Harshim Said..

With respect to multithreading, synchronization is the capability to control the access of multiple threads to
shared resources. Without synchronization, it is possible for one thread to modify a shared object while
another thread is in the process of using or updating that object's value. This often leads to significant
errors.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: