Multiple choice technology programming languages

Which class is the highest superclass of Java?

  1. root

  2. object

  3. stem

  4. minor

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

In the Java programming language, the java.lang.Object class (indicated as object) sits at the top of the class hierarchy. Every class in Java implicitly or explicitly extends Object, making it the highest superclass. Other options like root, stem, and minor are not valid Java class names in this hierarchy.