aspose file tools
The moose likes Threads and Synchronization and the fly likes Question on Thread interrupt method. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Question on Thread interrupt method." Watch "Question on Thread interrupt method." New topic
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'.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Question on Thread interrupt method.
 
Similar Threads
Thread interrupt confusion
Q 28 of examlab practice test 3
Question from examlab on threads
Thread Problem
Issue regarding Executing Thread