I\'m wondering how to stop an unresponsive thread in Java, such that it\'s really dead.
First of all, I\'m well aware of Thread.stop() being deprecated a
Thread.stop()