Multiple choice technology platforms and products

Dalvik VM instance in Android is started by whom ?

  1. Android Run-time

  2. Daemon process

  3. Zygote

  4. System Server

  5. None of above

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

The Zygote process is responsible for starting Dalvik VM instances in Android. When a new application needs to run, the Zygote forks itself to create a new Dalvik VM instance, which is more efficient than starting from scratch.