Browsing Tag DVM
-
10 December 2010 at 08 : 15 AM
Difference of DVM and JVM in the Android World
Dalvik Virtual machine (DVM) is Register Architecture, designed to run on low memory, uses its own byte code and runs .Dex file (Dalvik Executable File) Java Virtual Machine (JVM) is Stack Architecture, uses java byte code and runs .class file having JIT. Java source code is compiled by the Java compiler into .class files. Then the dx (dexer) tool, ...
Read More
