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 |
What is rx in android?
What is the use of layout manager in android?
Explain difference between asynctasks & threads?
What is the build process in android?
What is ANR?
What is the life cycle methods of android activities?
What is aidl? What are the datatypes supported by aidl?
What is 9 Patch Image? when to use it? in Android?
0 Answers SkillGun Technologies,
how to upgrade database tables in the later versions of an application?
What is the use of intent in android?
Write a program that shows the creation of reusable user interface that includes the layout.
Why is open platform good for developers?