(
from: http://www.herongyang.com/Java/Synchronization-Support-in-Java-synchronized.html)
This section describes the 'synchronized' keyword and how Java supports synchronization in 3 different ways - synchronized class methods, synchronized instance methods, synchronized statement blocks.