4.Which methods may cause a thread to stop executing?
a. sleep();
b. stop();
c. yield();
d. wait();
e. notify();
I think a,c,d are the only correct answers. I did not include b since stop() is depcrecated. How should I deal with such questions?
Thanks.
[ October 30, 2003: Message edited by: Cathy Song ]