Java -Thread Syncronisierter Schließfach

synchronized void incrementSync() {
    count = count + 1;
}
Agreeable Albatross