"Hi, Amigo!" "Yes, I'm here, I'm here." "Today, I will tell you about using synchronized in practice." "When a program has many objects and threads, it often happens that multiple threads work with the same object simultaneously. In doing so, the threads interfere with each other." "Yes, I already know this." "So, let's say you have an object being accessed by multiple threads ...."