Multiple choice technology platforms and products

Android's Virtual Machine is called

  1. KVM

  2. j9

  3. Dalvik VM

  4. Jblend

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

Android's runtime environment originally used the Dalvik Virtual Machine, designed specifically for mobile devices with limited resources. Dalvik uses register-based architecture (unlike JVM's stack-based architecture) and runs dex (Dalvik Executable) bytecode. Modern Android versions have replaced Dalvik with ART (Android Runtime), but the question reflects the historical architecture.