+ 3
Java "synchronized"-keyword?
What does the "synchronized"-keyword mean? I understand, that it is used to let multiple threads modify something - but what does that mean?
1 Respuesta
0
It basically means that multiple threads will run simultaneously together. Like they would "start" on the exact same time