Question:Which of the following is/are appropriate for saving the state of an Android application?
A Activity.onFreeze() B Activity.onPause() C Activity.onStop() D Activity.onDestroy()
+ AnswerB
+ Report