Answer Posted / mady
The name of Android’s virtual machine. The Dalvik VM is an interpreter-only virtual machine that executes files in the Dalvik Executable (.dex) format, a format that is optimized for efficient storage and memory- mappable execution. The virtual machine is register-based, and it can run classes compiled by a Java language compiler that have been transformed into its native format using the included “dx” tool. The VM runs on top of Posix-compliant operating systems, which it relies on for underlying functionality (such as threading and low level memory management). The Dalvik core class library is intended to provide a familiar development base for those used to programming with Java Standard Edition, but it is geared specifically to the needs of a small mobile device.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is fragment in android?
Logging methods require two strings, what does each string represent?
Can I upgrade android 6 to 7?
Describe the activities of android?
What is the difference between an android and iphone?
What is android 4.0 library folder in android?
What are the drawbacks of android?
Explain activity creator in android?
What are the different states wherein a process is based?
What is the use of webview in android?
What is position?
What are the types of layout in android?
How do I update my android os?
Which is the latest version of android?
Is it possible to started an application on powerup?