ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What happens when you invoke a thread's interrupt method while it is sleeping or waiting?

When a task's interrupt() method is executed, the task enters the ready state. The next time the task enters the running state, an InterruptedException is thrown.

Related Posts Plugin for WordPress, Blogger...
Flag Counter