Why cannot you run standard Java bytecode on Android?



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

Post New Answer

More Android OS Interview Questions

What is Content Provider in Android?

0 Answers   SwanSoft Technologies,


What do you know about aidl?

0 Answers  


What are the dialog boxes that are supported in android?

0 Answers  


What are the different tools in android and explain them?

0 Answers  


Explain intent component of android?

0 Answers  






Explain ttl (time to live) and why is it required?

0 Answers  


Explain the difference between nine-patch image vs regular bitmap image?

0 Answers  


Is android owned by google?

0 Answers  


What is the order of dialog-box in android?

0 Answers  


What is gradlew?

0 Answers  


Could you point out some of the prime advantages of android?

0 Answers  


What is 9 Patch Image? when to use it? in Android?

0 Answers   SkillGun Technologies,


Categories