А>public synchronized void f() А>{ А> //....(*) А>} А>
А>public void f() А>{ А> synchronized(this) А> { А> //....(*) А> } А>} А>