About thread interrupts

When does InterruptedException happen?

The thread interrupt mechanism

TODO: Probably could benefit from some examples of stack traces showing the typical "lowest-level" methods that threads block on

Can a thread be interrupted without it throwing InterruptedException?

What to do when we need to call a method that may throw InterruptedException?