What is a Dalvik ?
Answer / 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 |
What is api level, codename of android 2.3.3 – 2.3.7?
Android application can only be programmed in Java?
How can I reduce my android system usage?
What is relative layout in android?
what is the difference between dynamic receiver and static receiver?
How is the use of web view in android?
Is it okay to change the name of an application after its deployment?
What are the different kinds of context in android?
What is DDMS? Describe some of its capabilities.
Describe Android Application Architecture?
Tell us difference between service, intent service, asynctask & threads?
Sencha touch is?