Briefing Android Knowledge

Which of the following methods is called in an Activity when another activity gets into the foregrou

Which of the following methods is called in an Activity when another activity gets into the
foreground?

A.
onStop()

B.
onPause()

C.
onDestroy()

D.
onExit()