Friday, May 29, 2009

[JAVA] Synchronization

Synchronization :- In Multithreading there may a situation occur that one thread is trying to read a record from a file while another is still updating the same file. At that time we may face serious problems. Java enables us to overcome this problem by using a technique known as Synchronization.

No comments:

Post a Comment