Computer Science, asked by akhilamediboyina2323, 6 months ago

which exceptions is thrown when one thread has been interrupted by another thread​

Answers

Answered by radheshyam6441
0

Answer:

These methods all throw such an exception when the thread in which they are executing is interrupted, which occurs when another thread calls this method: void interrupt() ( Java 1.1 and above only) Sends an interruption to the specified thread.

Similar questions