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 |
How to use hashmap with arraylist in android?
How does manifest file plays an integral role in app development?
what is anr? What is the cause of anr and how will you rectify this problem?
What is the difference between a fragment and an activity?
Is android the most popular os?
There are five different methods to store persistent data. They are: shared preferences. Internal storage. External storage. Network and __?
Why did we open the Android source code?
What is the difference between file, class, and activity in android?
What is onlistitemclick()?
How do I turn off auto sync on android?
Explain apk format in android?
What are the notifications available in android?