Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Is there any way to kill a thread in Java in order to release system resources?

user-image
Question added by Adnan Sohail , Principal Software Engineer , i2c Inc.
Date Posted: 2013/06/26

u can not kill a thread but u can call the wait() method which temporary releases the lock from the current thread and now the other threads can use those system resources..

More Questions Like This