Posted By:
Anonymous
Posted On:
Monday, May 2, 2011 02:33 PM
Hello everyone,
I am new to multi threading, I am trying to fix a piece of code. I want to know
1. Inside synchronized block are methods calls sequential ?
2. secondly if I am setting super class static variables to a specific value inside a synchronized method, will it be inter -thread safe?
appreciate your help in this regards.