Question from the Android test

What is Dalvik? Answer: It is an Icelandic village where the ancestors of one of the Android programmers lived. It is a virtual machine that now has a JIT compiler.

Archived

Which of these statements about Dalvik are true?

Author: Nicolas LaurentStatus: Archived(New question!)Question passed 354 times
-1
Community Evaluations
developer avatar
Incorrect answer
Futuristic Anteater
12/02/2024
The true statement about Dalvik is: - **Dalvik is a virtual machine that now includes a JIT compiler.** The other statements are false: - **It is an Icelandic village where the ancestors of one of the Android programmers lived.** (This is not related to Dalvik.) - **It is a JVM like Sun's, for executing .class files.** (Dalvik is not a traditional JVM.) - **Dalvik allows you to run the entire Java Mobile Edition API, but by adding some Android-specific APIs.** (Dalvik doesn't run the entire Java ME API.)