Google News
logo
Pega - Quiz(MCQ)
Which of the following statements is true about the activity methods Call and Branch?
A)
By stopping the current activity, they both transfer control to another activity.
B)
When the called activity is done, both transfer control to another activity and restart the original activity.
C)
After the called activity completes, the branch returns to the original activity, whereas the call transfers control to another activity by terminating the current activity.
D)
By terminating the current activity, a branch passes control to another activity, whereas a call transfers control to another activity and then returns to the original activity after the called activity is completed.

Correct Answer :   By terminating the current activity, a branch passes control to another activity, whereas a call transfers control to another activity and then returns to the original activity after the called activity is completed.

Advertisement