Why android uses DVM, why not JVM?
Satheesh Reddy
Select an image from your device to upload
DVM(Dalvik Virtual Machine) is Register based which is designed to run on low memory, uses its own byte code to runs .dex fileJVM(Java Virtual Machine) is Stack-based which uses java byte code and runs .class file having JIT.