Multiple choice technology platforms and products

What programming language is used for developing apps for Android?

  1. Java

  2. C++

  3. Objective-C

  4. Ruby

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

Java has historically been the primary programming language for Android application development, supported by the official Android SDK. While C++ can be used via NDK, it's not the primary development language. Objective-C is used for iOS, not Android. Ruby is not natively supported for Android development.