Multiple choice technology platforms and products

. If one activity calls another activity that contains the ------------- method, both activities end, and the system does not return to the calling activity.

  1. Activity-End

  2. Activity-Exit

  3. End-Activity

  4. Exit-Activity

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

In Pega PRPC, invoking the Activity-End method immediately terminates the current activity as well as all calling activities in the execution stack. It prevents the system from returning control to the parent/calling activity. Conversely, the Exit-Activity method only terminates the current activity and returns control to the caller.