synchronization and its importance

synchronization and its importance

Postby itsupport » Tue Aug 19, 2008 5:19 am

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.
itsupport
 
Posts: 154
Joined: Mon Jul 28, 2008 8:56 am

Return to Java

Who is online

Users browsing this forum: No registered users and 1 guest