Multiple choice technology architecture

Which method causes the system to end the current activity and the calling activity,continue with the next activity on the requestor's activity list?

  1. (a) Activity-End

  2. (b) End-Activity

  3. (c) Exit-Activity

  4. (d) Activity-Exit

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Activity-End terminates both the current activity and the calling activity, then continues with the next activity on the requestor's list. End-Activity, Exit-Activity, and Activity-Exit are not valid PRPC method names.