adplus-dvertising
frame-decoration

Question

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

c.

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: (b).The fork node assumes concurrent execution paths are children of the same fork node

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.