Q173
Point out the wrong statement.
A.
The fork and join nodes must be used in pairs
B.
The fork node assumes concurrent execution paths are children of the same fork node
AnswerC.
A join node waits until every concurrent execution path of a previous fork node arrives to it
D.
A fork node splits one path of execution into multiple concurrent paths of execution
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board