What programming language is used for developing apps for Android?
-
Java
-
C++
-
Objective-C
-
Ruby
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.