Multiple choice technology platforms and products

------- file extension denotes an Android application for distribution and installation

  1. .jad

  2. .apk

  3. .and

  4. .jar

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

.apk (Android Package Kit) is the official file format for Android application distribution and installation. Similar to how .exe files work on Windows, .apk files contain the app's code, resources, assets, and manifest file. .jad files are for Java apps, .jar is a Java archive format, and .and is not a standard Android file extension.