Tell us why bytecode cannot be run in android?



Tell us why bytecode cannot be run in android?..

Answer / Suraj Singh Rana

Bytecode is a binary format that can be generated by compilers for various programming languages, but it cannot be directly executed on Android devices. To run an app on Android, the compiled bytecode must first be converted to Dalvik Executable (Dex) files using the `dx` tool. The Dex files are then loaded into the Android runtime environment and run as native code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

How many types of android phones are there?

1 Answers  


How do I manually update my android os on my tablet?

1 Answers  


What is activity component of android?

1 Answers  


What is the difference between an android and iphone?

1 Answers  


What are launch modes?

1 Answers  


What is animationdrawable class?

1 Answers  


What is the difference between a fragment and an activity?

1 Answers  


What is drawable folder in android?

1 Answers  


What is dagger2?

1 Answers  


What is sticky intent in android?

1 Answers  


What do you understand by anr dialogue box?

1 Answers  


What are the different types of intents in android?

1 Answers  


Categories