Multiple choice

Which of the following is the Super class of all the classes in Java?

  1. Class

  2. Throwable

  3. Object

  4. String

  5. Super

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

It is the correct answer. Object is the Super class of all classes in Java.