[合集] sleep()和wait()的区别在哪里?# Java - 爪哇娇娃
I*e
1 楼
☆─────────────────────────────────────☆
qlnus (dd) 于 (Tue Apr 17 19:15:57 2007) 提到:
使用Thread的时候,经常看到使用sleep()和wait(),
我的印象好像是wait()的时候会讲控制权交给系统,
而sleep()似乎不是这样的?
这两个有什么关键的区别?平时编程的时候,应该
使用哪一个?有没有一个原则?
谢谢!!!!!
☆─────────────────────────────────────☆
Amao (蹭饭 打牌 八卦) 于 (Tue Apr 17 19:47:42 2007) 提到:
sleep is like sleeping, you'll wake up yourself tmr.
wait is like dead, unless somebody else put your back to life (notify),
you are dead, well with the exception of wait with timeout.
☆──────
qlnus (dd) 于 (Tue Apr 17 19:15:57 2007) 提到:
使用Thread的时候,经常看到使用sleep()和wait(),
我的印象好像是wait()的时候会讲控制权交给系统,
而sleep()似乎不是这样的?
这两个有什么关键的区别?平时编程的时候,应该
使用哪一个?有没有一个原则?
谢谢!!!!!
☆─────────────────────────────────────☆
Amao (蹭饭 打牌 八卦) 于 (Tue Apr 17 19:47:42 2007) 提到:
sleep is like sleeping, you'll wake up yourself tmr.
wait is like dead, unless somebody else put your back to life (notify),
you are dead, well with the exception of wait with timeout.
☆──────