Oracle
1Z0-809 · Question #247
Which two statements are true about the Fork/Join Framework? (Choose two.)
The correct answer is A. The RecursiveTask subclass is used when a task does not need to return a result. You've hit your session limit · resets 5:20pm (America/New_York)
Question
Which two statements are true about the Fork/Join Framework? (Choose two.)
Options
- AThe RecursiveTask subclass is used when a task does not need to return a result.
- BThe Fork/Join framework can help you take advantage of multicore hardware.
- CThe Fork/Join framework implements a work-stealing algorithm.
- DThe Fork/Join solution when run on multicore hardware always performs faster than standard sequential solution.
How the community answered
(32 responses)- A78% (25)
- B3% (1)
- C6% (2)
- D13% (4)
Explanation
You've hit your session limit · resets 5:20pm (America/New_York)
Community Discussion
No community discussion yet for this question.