Examveda

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


This Question Belongs to Computer Science >> Kotlin Program

Join The Discussion

Related Questions on Kotlin Program

What is Kotlin?

A. A new version of Java.

B. A JavaScript framework.

C. A statically-typed programming language for the JVM, Android, and browser.

D. A database management system.