Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

synchronization in java

Thu Nov 06, 2008 3:53 pm

What is synchronization and why is it important?



Re: synchronization in java

Thu Nov 06, 2008 3:53 pm

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.

Post a reply
  Related Posts  to : synchronization in java
 Implementing synchronization in C++ with threads     -  
 2d game in java-Monster-Java 2D Game Graphics and Animation     -  
 need help in java     -  
 What is Java API?!!!     -  
 java or .net     -  
 Using FTP in java     -  
 what is java     -  
 Java course     -  
 XOR Mode in java     -  
 Java Servlet and JSP     -