no I did not do any of that.

i have a question, nothing to do with log4j but I
can't found an answer on the web.

Considering a class A, with to methods :
public synchronized void m1()
public synchronized void m2()

What appends if I call m2 from m1 ?
m1()
{
  m2();
}


As I own the A instance, I should get no deadlock but
I'd like an "experimeneted" developper to confirm ...


thanks a lot folks,
ionel


        

        
                
Yahoo! Mail: votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre adresse à http://mail.yahoo.fr

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to