Why we should use interrupt method in java Why we should check thread was interrupted in multi-thread programming? For Example, Can you expected result to this code? When execute code, Thread start sleeping for 10000000 mils. And Main Thread is blocking by Other Thread. The application will not stop. So, we should kill sleeping Thread. In Java, we have two method to kill thread. call Interrupted..