How to kill Thread in Java
Submitted By:
javabuddy
Rating:
(Not rated) (
Rate It)
Share:
By Email
Visit
Description
After deprecation of Stop method on Thread Class, there is no standard way to stop or kill a thread in Java, there is no API method which can stop threads. What Java Programmer uses it is the property that once a Thread completes execution of run() method of Runnable class, it is dead. This article gives a code sample to stop a Thread in Java with clear explanation.
Comments (0)
Add Your Rating