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.
B. The activity is started from scratch.
C. The activity is resumed after returning from the background.
D. The device is rebooted.
Answer: Option A

Join The Discussion