Java Associate — Easy
Key points
- The Object class is the root class in Java's class hierarchy.
- All classes in Java are subclasses of Object.
- This inheritance allows for common methods like toString() and equals() to be available in all Java classes.
Ready to go further?
Related questions
