试题详情
- 多项选择题 class Sock { String size; String color; public boolean equals(Object o) { Sock s = (Sock) o; return color.equals(s.color); } // insert code here } 哪两个满足 hashCode 的约定?()
A、public int hashCode() { return 343; }
B、public int hashCode() { return size.hashCode (); }
C、public int hashCode() { return color.hashCode (); }
D、public int hashCode() { return (int) (Math.random() * 1000);
- B,C
关注下方微信公众号,在线模考后查看
热门试题
- Which the JSTL
- 为将数组myArray的长度由6改为1
- 11. public
- A Button
- You need
- Which statement
- 下面哪种情况会导致持久区jvm堆内存溢出
- Which two
- 实现了Set接口的类是哪项?()Q
- public class&e
- Which two are true?(
- 写一段代码,把List容器中的数字元素“
- 创建一个复数类complex,对复数进行
- 下面哪项技术可以用在WEB开发中实现会话
- Which the two&
- 已知: 要使Derived通过编译需要
- Which lines&en
- 10. class&ensp
- Which of
- 编写一个程序,能将一个Java源程序中的