When am trying to stop a running thread, most of the methods to stop the thread are being shown "deprecated" in eclipse. I am using either of the methods stop(),destroy(),suspend(). Is there a new method for stopping a thread?
Thanks.
When am trying to stop a running thread, most of the methods to stop the thread are being shown "deprecated" in eclipse. I am using either of the methods stop(),destroy(),suspend(). Is there a new method for stopping a thread?
Thanks.