synchronized void increment () { x=1;for (int i = 1; i <= 5; i++) {System.out.printf (»%s %d \n», Thread.currentThread().getName (), x); x++;