Java parallelization

ABSTRACT

The theme is the comparison between Executor and ForkJoin frameworks on a single simple example.
Firstly we will see a short preview of the microprocessor and Java concurrent programming.
Then we will look at both source codes and the results of the execution with different parameters (number of Java threads and tasks).