Javatpoint Logo
Javatpoint Logo

Java Thread destroy() method

The destroy() method of thread class is used to destroy the thread group and all of its subgroups. The thread group must be empty, indicating that all threads that had been in the thread group have since stopped.

Syntax

Return

It doesn't return any value.

Exception

IllegalThreadStateException: This exception throws if the thread group is not empty or if the thread group has already been destroyed.

SecurityException: If the current thread cannot modify this thread group.

Example

Test it Now

Output:

Thread-1 finished executing
Thread-2 finished executing
child thread destroyed
Parent thread destroyed






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA