<<< The Object class | Index | The finalaize( ) method >>> |
The default equals( ) method returns true if
the object for which the method is invoked, and
the object passed as equals( ) parameter
share the same memory location.
The equals( ) method is overridden in the String class, and in the ArrayList class.
<<< The Object class | Index | The finalaize( ) method >>> |