on what programming language is android os and its kernel written?
android, kernel
Solution
Android is built on top of Linux, and a large portion of it is written in C. There are swaths of code written in C++ though. Also, most of the application framework (the stuff you would call android, and almost everything you see on screen) is written in Java.
Problem
I just want to know on what programming language is android operating system and it kernel is written..