Interview Questions

What is .dex extension

Android Interview Questions and Answers


(Continued from previous question...)

What is .dex extension

Android programs are compiled into .dex (Dalvik Executable) files, which are in turn zipped into a single .apk file on the device. .dex files can be created by automatically translating compiled applications written in the Java programming language

(Continued on next question...)

Other Interview Questions