method: a method is an action which an object is able to perform . sending a message to an object means asking the object to execute or invoke one of its methods.
Read moreWhich three are methods of the object class?
protected native Object clone() throws CloneNotSupportedException . public boolean equals(Object obj) protected void finalize() throws Throwable .19 Oca 2018
Read moreHow many methods does object class have?
There are 11 methods in Object class . Checks whether the obj object is equal to the object on which the equals method is called .
Read more