Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What does Java's ForkJoinPool do?
Home
JAVA
What does Java's ForkJoinPool do?
0
votes
asked
Feb 28, 2023
in
JAVA
by
rajeshsharma
What does Java's ForkJoinPool do?
forkjoinpool
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 28, 2023
by
rajeshsharma
The ForkJoinPool is a unique thread pool that operates on the idea of work-stealing, meaning that if a post is free, it may grab work from the overloaded queue of another thread. As a result, the remedy is more effective.
...