Discussion Forum : Advanced Java
Question - To build a parallelized solution for a problem that's intrinsically better-suited to parallelization or that, for want of resources, needs to be chunked.
Options:
A .  map
B .  reduce
C .  all of the mentioned
D .  none of the mentioned
Answer: Option C


Use map/reduce to approach the problem concurrently.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *