What are difference between wait and sleep in Java | Java67

What are difference between wait and sleep in Java | Java67

瀏覽:803
日期:2026-04-23
Differences between wait and sleep method in Java Thread is one of the very old question asked in Java interviews. Though both wait and sleep puts thread on waiting state, they are completely different in terms of behaviour and use cases. Sleep is meant f...看更多