Beginner Java
Q9 / 100

What is the superclass of all Java classes?

Correct! Well done.

Incorrect.

The correct answer is B) Object

B

Correct Answer

Object

Explanation

Every Java class implicitly extends java.lang.Object, which provides methods like toString(), equals(), and hashCode().

Progress
9/100