Multiple choice technology platforms and products Dalvik VM uses a different kind of assembly-code generation using Stack-based Architecture Register-based Architecture Queuing Method 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.