Multiple choice technology programming languages

Is "java.lang.Object" a valid class in java?

  1. True

  2. False

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

java.lang.Object is the root class of the Java class hierarchy. Every class implicitly extends Object unless it explicitly extends another class. It's a fundamental class in the Java core API.