Why is the synchronized keyword in Java called 'synchronized' instead of the more precise 'mutex'?
- by Edward D'Souza
I've heard that choosing to use the word 'synchronized' to describe mutexed statements is simply a mistake in Java, but I'm wondering if there is actually a reason behind the choice.