April 2017
Intermediate to advanced
594 pages
25h 15m
English
Usually, when you develop a simple, concurrent programming application in Java, first you create some Runnable objects and then the corresponding Thread objects to execute them. If you have to develop a program that runs a lot of concurrent tasks, this approach will present the following disadvantages:
Since Java 5, the Java concurrency ...
Read now
Unlock full access