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 |
Explain what sre the advance features of android os?
How do I reinstall operating system on galaxy s6?
How to remove icons and widgets from the main screen of an android device?
Is android marshmallow better than nougat?
Does android support other language than java?
Which permission needed in order to use mapactivity?
What is staggered grid in android?
What is gen folder in android?
How do I update google play services on android?
Explain android 4.0 library folder in android?
Please explain what is difference between serializable and parcelable ? Which is best approach in android?
What role has dalvik played in android development?