Multiple choice technology platforms and products

Suppose there are two applications having same priority, but the process that has _______ priority will be killed first.

  1. Highest

  2. Lowest

  3. Medium

  4. None of above

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

In Android's process management, when multiple processes have the same priority level, the system uses additional criteria to decide which to kill first. Generally, processes considered less critical or older are terminated before newer ones. The lowest priority processes are always killed first when memory is needed.