Home » JAVA Programming » Java Basic » Question
  1. Which feature of java 8 enables us to create a work stealing thread pool using all available processors at its target?
    1. newWorkStealingPool
    2. workPool
    3. workThreadPool
    4. threadPool
    5. None of these
Correct Option: A

Executors newWorkStealingPool() method to create a work-stealing thread pool using all available processors as its target parallelism level.



Your comments will be displayed only after manual approval.