What object does static synchronized methods use for locking?
Created May 4, 2012
John Zukowski Static synchronized methods synchronize on the class object (this.getClass()) of the class.
Created May 4, 2012