This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Using methods common to all objects
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Methods common to all objects are inherited by the parent Object class. These include the equals and hashCode methods, as well as the toString and equals methods. Additionally, we will discuss the equals and == operator and some helpful helper classes of the new Java 7 Objects class that can be used to do the heavy lifting of our functionality.