Archived
Which of these statements about Dalvik are true?
-1
Community Evaluations
Incorrect answer
Futuristic Anteater12/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.)
Similar QuestionsMore questions about Android
5
What is the purpose of a RecyclerView in Android?2
In the onStop() method. I am sure that this callback will always be called and it is likely to be returned only a few times.2
What is the name of the Android runtime?1
How to start a service in Android1
What is the name of the Android tool that is used to generate the R.java file?