I believed that I only answered the staticsynchronized() situation.For the non-static synchronized(), any number ofthreads may run the given at the same time, as long aseach of the threads calls the method on a differentobject.