Questionsforum
Why we Cant run standard java byte code on Android?

Why we Cant run standard java byte code on Android?



On 2014-06-13 12:52:43.0
subha064


Android uses DVM which require specific bytecode which is .dex .so we need to convert java .class to .dex.



On 2014-06-13 13:17:31.0
sonali

DVM is specially designed to take less memory,less power consumption so .dex is nothing but an optimized form of .class.



On 2014-06-14 03:20:50.0
hablu

copyright@questionsforum.net