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

Can you play android 2.1 games on android 2.2?

0 Answers  


What is the demand of mobile application developers?

0 Answers  


What is xmpp used for?

0 Answers  


Define the exceptions of android?

0 Answers  


Which method is called only once in a fragment life cycle?

0 Answers  






Can the bytecode be written in java be run on android?

0 Answers  


Android Development Tools?

1 Answers  


What is the difference between an android and iphone?

0 Answers  


What is an activity in Android?

0 Answers   TryTechnicals Pvt Ltd,


What language is supported by android for application development?

0 Answers  


What is a Sticky Intent?

1 Answers  


What are fragments in Android Activity ?

1 Answers  


Categories