Multiple choice technology platforms and products

All Android applications will remain running and in memory until the system needs its resources for other applications.

  1. True

  2. False

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

Android does not keep all applications running indefinitely. The system actively manages memory by killing background processes when resources are needed for foreground activities. Applications can be terminated even if they're not doing anything wrong - this is normal Android behavior.