What is Thread Synchronization »
By Ramakrishna on Dec 10, 2008 in Thread Synchronization | 0 Comments
THREAD SYNCHRONIZATION There will be no problem, Until when the thread uses their own data and method provided inside their run() methods. What happens when they try to use data and methods outside themselves, On that Occasions, they may compete for the same resources and may lead to serious problems. For example, one thread may [...]
