wait() 1) The wait() method is defined in Object class. 2) wait() method releases the lock. sleep() 1)The sleep() method is defined in Thread class. 2)The sleep() method doesn't releases the lock.
Can you answer this question?
Write Answer1 Answers