74.5.12. synchronized

synchronized (Expression) {
    // code
}

public static synchronized int testExample() { /* code */ }