InterviewSolution
Saved Bookmarks
| 1. |
What is the role of Dalvik in Android development? |
|
Answer» DALVIK serves as a VIRTUAL MACHINE, and it is responsible for running every ANDROID application. Because of Dalvik, a device will have the ability to execute multiple instances of virtual machines efficiently through better memory MANAGEMENT. |
|