VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the name of the program that converts Java byte code into Dalvik byte code?
A
Android Interpretive Compiler (AIC)
B
Dalvik Converter
C
Dex compiler
D
Mobile Interpretive Compiler (MIC)
Explanation: 

Detailed explanation-1: -Answer-A) dex compiler converts convert JAVA bytecode into Dalvik bytecode.

Detailed explanation-2: -Dex compiler compiles and converts source code into a byte code called can you explain it in more detail? Dex compiler compiles and converts source code into a byte code called Delvik byte code(. dex).

Detailed explanation-3: -The Java compiler is used to compile the Java source code into a binary byte code.

Detailed explanation-4: -In the case of Java, Java source code is compiled on the host into Java byte code, which then can be interpreted or compiled into machine code, depending on the JVM’s internal design.

There is 1 question to complete.