...
In Java, similar reasoning resulted in the deprecation of Thread.stop() and appears in the Java Secure Coding Standard as CON13CON24-J. Do not use Thread.stop() to terminate threads .
...
...
In Java, similar reasoning resulted in the deprecation of Thread.stop() and appears in the Java Secure Coding Standard as CON13CON24-J. Do not use Thread.stop() to terminate threads .
...