Dalvik virtual machine
Android program is mainly run on the Dalvik environment that is DALVIK VIRTUAL MACHINE. Dalvik Virtual Machine is register based virtual machine,designed and written by Dan Borstin with the contribution of Google engineers.
Features
Features
- It is optimized for low memory requirements.
- It designed to multiple VM instance to run at once
- It also support for process isolation
- Memmory management and Threading support
A tool named dx, included in the Android SDK, transforms the Java Class files of Java classes compiled by a regular Java compiler into another class file format (the .dex format).
No comments :
Post a Comment