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 the difference between viewmodel and androidviewmodel?
What is meant by google android sdk?
How many android os are there?
What is .idea/ directory?
Will galaxy s9 get android 10?
what is a fragment? How it differs from activity?
What are the multimedia features involved in making android popular?
Explain briefly what is meant by activities?
What are the four asynctask methods that must be overridden?
What is notificationmanager class?
What is @inject in android?
Which language know to develop android apps?
Do you know what is an action?
Why are view recycled?
What's new in oreo android?