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 |
Activity results handled by the onactivityresult() method are differentiated from one another using which code?
What do you mean by a drawable folder in android?
What is android?
What is AIDL?
What is google android sdk?
Explain the onsavedinstancestate() in activity?
How are view elements identified in the android program?
Which is the latest version of android?
Which phone os is most used?
Explain orientation?
What is the role of compatibility that is used in android?
What is pojo class in android?