ClassInterruptFlagBeingClearedbyTryCatchDescription: Once the interrupt exception is being caught, the interruption thread flag will be cleared. Basically, Thread.currentThread().isInterrupt
code/multithreads/StopThreads/Behaviors/InterruptFlagBeingClearedbyTryCatch.java:8