We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In Java each class inherits Object and has their methods. What methods?
Object
Methods: Object in Java has:
.toString()
.clone()
.hashCode()
.wait()
.notify()
.notifyAll()
.equals()
.finalize()
.getClass()
But what each method do? And why these so important? //todo