Which compiler is used for compilation of Android code?

Options
- Mobile Interpretive Compiler
- Dex compiler
- AIC
- DIC


CORRECT ANSWER : Dex compiler

Discussion Board
Explanation-

Android Programs are commonly written in Java and compiled to bytecode for the Java virtual machine, which is then translated to Dalvik bytecode and stored in .dex (Dalvik EXecutable) and .odex (Optimized Dalvik EXecutable) files.

Sapna Ambadkar 03-14-2017 05:39 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement