Let\'s say I have the following code in Java
public class SynchronizedCounter { private int c = 0; public synchronized void increment() { c++