Home » Interview » Technology

Why cannot you run standard Java byte code on Android ?

Correct Answer: Android uses Dalvik Virtual Machine (DVM) which requires a special bytecode We need to convert Java class files into Dalvik Executable files using an Android tool called "dx" In normal circumstances, developers will not be using this tool directly and build tools will care for the generation of DVM compatible files

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion