Choose the correct answer.
Assume the following state machine fragment Is In the A-State when the event evC arrives.
What is the order of behaviors that are executed after evj arrives?
action 9, action 1
action 2, action 9, action 1
action 2, action 9, action 1, start activity X, evC
stop activity X (if needed), action 2, action 9, action 1, start activity X
stop activity X (If needed), action 2, action 9, action 1, action 4 start activity X
Submit