Multiple choice technology platforms and products

An Android Application can be “Alive” even when process has been killed

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An Android application is not alive when its process is killed. While the application's state and user data may be preserved through onSaveInstanceState() and persistent storage, the application itself is not running or alive after process termination. It must be restarted by the user or system.