Team Leader Android Developer Question:
Download Job Interview Questions and Answers PDF
Explain me why cannot you run standard Java bytecode on Android?
Answer:
Android uses Dalvik Virtual Machine (DVM) which requires a special bytecode. First of all, we have 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.
Download Team Leader Android Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is drawable folder in android? | Explain me what is the difference between an implicit intent and explicit intent? |