Every object in Java have a method called equals. This method is meant to return true if the two objects compared are meaningfully equal. When you create your own objects in the future you can...