0 votes
in JQuery by
What is the Dalvik Virtual Machine in Android?

1 Answer

0 votes
by
The Dalvik Virtual Machine (DVM) is an android virtual machine optimized for mobile devices. It optimizes the virtual machine for memory, battery life and performance.

The Dex compiler converts the class files into the .dex file that run on the Dalvik VM. Multiple class files are converted into one dex file.

Related questions

+1 vote
asked Aug 3, 2020 in JQuery by Hodge
0 votes
asked Jun 23, 2020 in JQuery by AdilsonLima
...