Q180
Under which circumstances does the onCreate() method in your activity receive a Bundle with data in it (that is, the Bundle is not null)?
A.
The activity is restarted after the device is rotated.
AnswerB.
The activity is started from scratch.
C.
The activity is resumed after returning from the background.
D.
The device is rebooted.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board