March 2023
Intermediate to advanced
1851 pages
66h 25m
English
Chapter Topics
Understanding the inheritance hierarchy of the main interfaces of the Executor Framework: Executor, ExecutorService, and Scheduled-ExecutorService interfaces
Using time units for time durations defined by the TimeUnit enum type
Using a thread-local pseudorandom number generator defined by the ThreadLocalRandom class
Creating executor services and scheduled executor services using methods of the Executors utility class
Understanding the lifecycle of an executor service: RUNNING, SHUTDOWN, and TERMINATION states
Controlling shutdown and termination of an executor service
Defining tasks that do not return ...
Read now
Unlock full access