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 |
Is google the owner of android?
Can fragments be added without using a user interface?
Does selenium support google android operating system?
How do I stop my android os from draining my battery?
What Programming languages does Android support for application development?
how fragment differs from activity?
Explain seapine software?
What is the latest version of android?
What are launch modes?
What is the android:versioncode attribute in the androidmanifest.xml file?
Explain localization?
When to use asynctask?