April 2017
Intermediate to advanced
594 pages
25h 15m
English
When you execute the example, you will see how the ForkJoinPool and TaskFJ classes get better performance than the ThreadPoolExecutor and Task classes.
If you have to solve a problem that can be split using the divide and conquer technique, use a ForkJoinPool class instead of a ThreadPoolExecutor class. You will get better performance.
Read now
Unlock full access