Multiple choice technology platforms and products

Dalvik VM uses a different kind of assembly-code generation using

  1. Stack-based Architecture

  2. Register-based Architecture

  3. Queuing Method

  4. None of above

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

Dalvik VM uses register-based architecture rather than stack-based architecture. Register-based machines typically have fewer instructions and better performance for embedded systems compared to stack-based VMs like the JVM.