Why cannot you run standard Java bytecode on Android?
Answer / mady
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is motion tween?
What is base of all sencha touch component?
State few disadvantages of android in the mobile market.
Will the App run on my Android phone?
What is toast notification?
Can we deploy executable jars on android?
What is applicationid?
What is the build process in android?
How many dialog boxes do support in android?
Who invented android os?
What are the four asynctask methods that must be overridden?
Does android support other language than java?