Hi All,
I am new to multithread programming.I have some doubt.
If one class C has 2 static synchronised method f1 and f2.
Class C has two instances O1 and O2.
Two threads are created t1 and t2 and if we call
T1(O1,f1) and T2(O2,f2) then both the thread will block each other or not.
Please give the explanation for your answer also.
I will be really appreciate any explanation.
Regards,
Jolly