Google News
logo
Android - Quiz(MCQ)
Which of the following converts Java byte code into Dalvik byte code?
A)
Dalvik converter
B)
Dex compiler
C)
Mobile interpretive compiler (MIC)
D)
None of the above

Correct Answer :   Dex compiler


Explanation : The Dex compiler converts the class files into a .dex file that runs on the Dalvik VM. Multiple class files are converted into one dex file.

Advertisement