What are Dalvik Executable files?

Surakasula Revathi
Surakasula Revathi

Posted On: Jan 06, 2021

 

Dalvik executable file which is generally known as a dex file is an optimized class file. It is running on the Dalvik virtual machine.

It has .dex extension and is zipped into a single .apk file on the device.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    HCL Android Developer Interview Questions

    What is Singalton design pattern?

    The Singleton Design Pattern is a Creational pattern. The main objective of the singleton class is to create only one instance of a class and to provide only one global access point to that object. Fo...

    HCL Android Developer Interview Questions

    What are Activities in Android?

    Android Activity is the subclass of ContextThemeWrapper class. An activity is a single screen with a user interface just like a window or frame of the application....

    HCL Android Developer Interview Questions

    What is the difference between a process and a thread?

    A process is an active program under execution. Processes require more time for context switching as they are heavier. A program becomes a process at execution time. A process can create other process...