Say we have Employee class.I have seen while implementing hashtable, in most of cases we usually override the hashcode method(in this case employee overrides hashcode and equals method ). Is there any disadvantage in using the default hashcode method by object class? I understand when we require some specific functionality like we want the last employee object in case first name ...