DVM i.e., Dalvik Virtual Machine is basically a virtual machine for android and specially made for mobile
devices.
DVM was written by Dan Bornstein.
Now a days JVM has improved so much that it provides amazing memory management and better
performance.
But its not for small devices or low-powered handhelds.
DVM optimizes for various parameters like battery life, memory and performance.
First of all we have a compiler name Dex compiler that converts our class files to .dex files that are
suitable to run on the DVM.
0 Comment(s)