Android Developer Question:
Tell us why bytecode cannot be run in Android?
Answer:
Android uses DVM (Dalvik Virtual Machine ) rather using JVM(Java Virtual Machine).
Previous Question | Next Question |
Do you know launch modes in Android? | Tell us how do you supply construction arguments into a Fragment? |