Multiple choice technology operating systems

Android is programmed in

  1. C ,Java

  2. C,C++,Java

  3. Java,linux

  4. Java ,Pearl

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

Android's architecture uses multiple languages: Java for application development and the Android framework, C++ for native code and libraries (via NDK), and C for the Linux kernel itself. This layered approach balances performance with developer productivity.