Multiple choice technology platforms and products

In case of Delvik DEX executable, all the classes of an Android application are packed into more than one file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Dalvik DEX format packs ALL classes of an Android application into a SINGLE .dex file, not multiple files. This is a key characteristic of the DEX format - it's a unified container for all application classes.