Javatpoint Logo
Javatpoint Logo

Java ThreadPoolExecutor getCorePoolSize() Method

The getCorePoolSize() method of ThreadPoolExecutor class is used to calculate the approximate number of threads that are actively executing tasks.

Syntax

Parameters

NA

Returns

The number of threads

Throw

NA

Example 1

Test it Now

Output:

Core Pool size after execution: 0
Running Thread Name: pool-1-thread-2
Running Thread Name: pool-1-thread-1
Completed Thread Name: pool-1-thread-2
Completed Thread Name: pool-1-thread-1

Example 2

Test it Now

Output:

Starting threads
 After execute Core pool size : 0
Thread sleeping for 1000 i=0
Thread sleeping for 1000 i=0
Threads started, main ends

Thread sleeping for 1000 i=1
Thread sleeping for 1000 i=1
Thread sleeping for 1000 i=2
Thread sleeping for 1000 i=2
Thread sleeping for 1000 i=3
Thread sleeping for 1000 i=3
Thread sleeping for 1000 i=4
Thread sleeping for 1000 i=4
 now  i > 5 :
 now  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