What language is used to build Android?
The question is about mobile
Answer:
Android is mainly written in both Java and C/C++. The core of Android is based on C, with the Linux kernel, whereas the development of the Android framework and APIs is done in Java. Kotlin is a first-class language for developing Android applications, though most of the Android platform is still based on Java and C/C++.