Loker yang disinkronkan oleh Java Thread

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