Javatpoint Logo
Javatpoint Logo

Java ThreadPoolExecutor purge() Method

The purge() method of ThreadPoolExecutor class tries to remove from the work queue all Future tasks that have been canceled.

Syntax

Parameters

NA

Returns

Does not return value.

Throw

Does not throw an exception.

Example 1

Test it Now

Output:

Running Thread Name: pool-1-thread-2
Running Thread Name: pool-1-thread-1
Completed Thread Name: pool-1-thread-1
Completed Thread Name: pool-1-thread-2

Example 2

Test it Now

Output:

Starting threads
i=5
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