| Author |
Question on Thread interrupt method.
|
Siva Masilamani
Ranch Hand
Joined: Sep 19, 2008
Posts: 377
|
|
Hi
I am preparing for SCJP exam and came across this question in Devaka exam.Could somebody please explain why the user thread is not interrupted even though main thread set the interrupt when the user thread is sleeping?
I see the output as Ex-B followed by exception.Why not Ex-A is not printed?Why the interrupt method not woking here?
|
SCJP 6,SCWCD 5,SCBCD 5
Failure is not an option.
|
 |
Siva Masilamani
Ranch Hand
Joined: Sep 19, 2008
Posts: 377
|
|
Hi
I got the answer myself.We are setting the interrupt only on 'a' not on 't'.
|
 |
 |
|
|
subject: Question on Thread interrupt method.
|
|
|