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 rx in android?

0 Answers  


What is the use of layout manager in android?

0 Answers  


Explain difference between asynctasks & threads?

0 Answers  


What is the build process in android?

0 Answers  


What is ANR?

1 Answers  


What is the life cycle methods of android activities?

0 Answers  


What is aidl? What are the datatypes supported by aidl?

0 Answers  


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?

0 Answers  


What is the use of intent in android?

0 Answers  


Write a program that shows the creation of reusable user interface that includes the layout.

0 Answers  


Why is open platform good for developers?

0 Answers  


Categories