Which feature of java 8 enables us to create a work stealing thread pool using all available processors at its target?
(a) workPool
(b) newWorkStealingPool
(c) threadPool
(d) workThreadPool
I got this question in a job interview.
I would like to ask this question from Java 8 Features in section Autoboxing & Miscellaneous of Java