Java Synchronization Introduction
Java Concurrency
Tutorial
By Stephen Enright, jan 07, 2012
In this tutorial we will discuss the Java synchronized keyword. This construct is used when multiple Java threads try to access the same shared mutable state.