In Java, what is the purpose of the interrupt() method in threads?
In Java, what is the purpose of the interrupt() method in threads? Correct Answer It interrupts the normal execution of a thread, causing it to throw an InterruptedException
মোঃ আরিফুল ইসলাম
Feb 20, 2025