Today i will cover topic on mutual exclusion and how to handle mutual exclusion using Java thread.
When two procession trying to access memory at the same time , we called this as mutual exclusion.To deal with this , Java provides many utilities to create threaded programming.
To deal with , just use the synchronized keyword means to synchronization.
For more info visit my blog java2k11.blogs