My understanding of the synchronized method in java, where the first thread acquires the lock object, so that if the second thread checks it sees it is in use and "waits" until thread one completes, then the lock is passed back, whereas the second thread could acquire the lock and continue. Just learning so if that off/over simplified...that is why.My understanding of the synchronized method in