Multiple choice

Which of the following is the base class for all the classes in Android application?

  1. Object

  2. Class

  3. Android

  4. Root

  5. None of these

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

Object is the base class for all the classes in JAVA. There is no change in it when it comes to Android application.