Object Class
Root of class hierarchy; defines toString, equals, hashCode.
oopjavaobject-classUpdated 2025-09-01
Override
- Customize equals/hashCode for value semantics
toString
- Human-readable state
Root of class hierarchy; defines toString, equals, hashCode.