As the title suggests, do we need force jvm to exit when get InterruptedException? The reason why I ask is I am kinda confused with the (Unix) Interrupt Signal. When we type Ctrl-C while a java application is running, will the blocking threads get InterruptedException?As the title suggests, do we need force jvm to