Question: How would a parent task interact with a child future task? By calling the child tasks' get() method to get the future task's return value.

How would a parent task interact with a child future task? By calling the child tasks' get() method to get the future task's return value. By calling the child tasks' wait() method to wait for the future task to complete. By performing a blocking read on the return value of the child task. By performing a non-blocking read on the return value of the child task
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
