Solved

Java's Concurrency APIs Include the Fork/join Framework, Which Helps Programmers

Question 45

Multiple Choice

Java's concurrency APIs include the fork/join framework, which helps programmers parallelize algorithms. The fork/join framework particularly well suited to divide-and-conquer-style algorithms, like the ________ sort.


A) insertion sort
B) selection sort
C) merge sort
D) bubble sort

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions