Multiple choice softskills creativity

The class that lies at the Top of the Hierarchy???

  1. Metaclass

  2. Superclass

  3. Object

  4. None

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

In Java, the 'java.lang.Object' class is the root of the class hierarchy. Every class in Java, whether user-defined or built-in, inherits from Object either directly or indirectly.