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 the characteristics of android
Explain sticky intent?
Describe Android Application Architecture?
What is the importance of having an emulator within the android environment?
How are layouts placed in android?
What does adb stand for?
What are the steps that are involved in converting the android in newer version?
How to create emulator on android?
What is DDMS? Describe some of its capabilities.
What is the purpose of android os?
What does android os mean?
Differentiate between activities and services.