Given: https://assets.asklib.com/images/image2/2018080116044329033.png What is the appropriate definition of the hashCode method in class Person?()

A . return super.hashCode(); B . return name.hashCode() + age * 7; C . return name.hashCode() + comment.hashCode() / 2; D . return name.hashCode() + comment.hashCode() / 2 - age * 3;

时间:2022-09-17 16:25:37 所属题库:OCJP(310-065)题库

相似题目