Not to be confused by an object, which is an instance of a Class
Object is the ✨Cosmic Superclass✨ of all classes in Java.
These are the 4 methods you’ll often use that it contains:
toString()equals()// idk about these two.getClass()hashCode()
Search
Sep 01, 20251 min read
Not to be confused by an object, which is an instance of a Class
Object is the ✨Cosmic Superclass✨ of all classes in Java.
These are the 4 methods you’ll often use that it contains:
toString()equals()
// idk about these two.getClass()hashCode()