CodePudding user response:
Sleep is a Thread class (Thread class) method, the wait is the method of Object classCodePudding user response:
Sleep don't release the object lock, wait to give up object lock; Sleep suspend threads, but remain monitoring status, after the automatic recovery,