Multiple choice

Which of the following is the superclass for all the classes in Java?

  1. Object

  2. Util

  3. Lang

  4. Swing

  5. None of these

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

Every class is derived from the Object class.