posted 21 years ago
Hello,
I am confused about when the checked InterruptedException is thrown and MUST be handled. Can someone tell me if I am right hereafter :
does not throw InterruptedException :
yield()
throws InterruptedException :
join(), sleep(long l), wait()...
Can anyone help me on that ? Thanks
Fabien