Multiple choice technology platforms and products

A fundamental feature of Android is that an application process's lifetime is directly controlled by the application itself.

  1. True

  2. False

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

Android application process lifetime is controlled by the Android system, not by the application itself. The system can kill any process at any time to reclaim resources, following priority rules. Applications can only influence this indirectly through lifecycle methods and service types, but cannot directly control process lifetime.