Multiple choice technology programming languages

What is the super calss of class?

  1. Nothing

  2. Class object

  3. class

  4. calss reference

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

In Java, every class implicitly extends java.lang.Object. Therefore, the superclass of Class is Object. The option text 'Class object' refers to the Object class, which is the root of the class hierarchy.