Posted By:
Kunal_Verma
Posted On:
Sunday, January 9, 2005 11:23 PM
Hi
Consider a case where I have 2 methods,1 is synchronized and other is static synchronized.Both these methods are called from the run mthd().
Lets suppose one thread is calling static synchronized method.Its still under process.Can another thread call the other non static synchronized method
Rgds
Kunal