Which of the following is a valid sequence of invokes to Activity lifecycle methods? (Select Two)

A.
onCreate > onStart > onResume > onPause> onStop> onCreate
B.
onCreate > onStart > onResume > onPause> onStop>onRestart
C.
onCreate > onStart > onResume > onPause> onStop>onDestroy
D.
onCreate > onStart > onResume > onPause> onStop>onResume
B and C
Correct answer is BC