Javatpoint Logo
Javatpoint Logo

Java ThreadPoolExecutor isShutdown() Method

The isShutdown() of ThreadPoolExecutor class returns true if this executor has been shut down otherwise it returns false.

Syntax

Parameters

No parameter is passed.

Return

It returns true if this executor has been shut down

Throw

Does not throw the exception.

Example 1

Test it Now

Output:

Is Executor is shutdown :false
get Task count after:2
 Is Executor is shutdown :true
Running Thread Name: pool-1-thread-1
Running Thread Name: pool-1-thread-2
Completed Thread Name: pool-1-thread-2
Completed Thread Name: pool-1-thread-1

Example 2

Test it Now

Output:

Starting threads
  Maximum pool size: 2147483647
get Task count before:0
 Is Executor is shutdown :false
i=5
get Task count after:2
 Is Executor is shutdown :true
Threads started, main ends

i=5






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