Java / Concurrent collections
When to use FixedThreadPool in Java?
N threads will be processing tasks and when all the threads are busy, tasks are added to the queue with no limit. Fixed Thread pool are ideal for CPU intensive tasks.
More Related questions...