Hi This question
Which methods may cause a
thread to stop executing?
<><color="blue">
1 sleep();
2 stop();
3 yield();
4 wait();
5 notify();
</color>
the answers given are
1,2,3,4
but I have read somewhere since stop() is depricated it should
NOT BE CONSIDERD please correct me if I am wrong
------------------
coffee drinker
[This message has been edited by amit mawkin (edited December 06, 2001).]