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
What database is used in android?
How many activities are in focus at any time?
When you have two or more activities with the same intent filter action name, the android os will display a
What is file features used in android?
what is preferences
Explain ttl (time to live) and why is it required?
What is the difference between a file, a class and an activity in android?
What is android runtime?
How will you pass data to sub-activities?
Explain android?
What is app.iml/ directory?
How do you find any view element into your program in Android?
What is the importance of default resources?
What is gradle.properties?
Can android version be updated?