Why cannot you run standard Java bytecode on Android?
Answer Posted / 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 |
Post New Answer View All Answers
Will galaxy s9 get android 10?
Which is the best android version?
Explain what are intent filters?
What is android 6 called?
What does apk stand for?
How to handle an audio stream for call in android?
What is the latest android version 2018?
Which phone os is most used?
What is onlistitemclick()?
When is the onstop() method invoked?
How is the use of web view in android?
How to avoid anr status?
What are the tools placed in android sdk?
What are the key components in android architecture?
Explain alertdialog in android?