"Which of the following will stop a
thread from executing:"
1)wait()
2)notify()
3)yield()
4)suspend()
5)sleep()
I didn't select:
sleep()
I would have selected:
sleep(long ms)
sleep(long ms, int nanos)
Did I go picky?
JRoch
[This message has been edited by JRoch (edited April 07, 2000).]