试题详情
- 单项选择题 public class Person { private name; public Person(String name) { this.name = name; } public int hashCode() { return 420; } } Which is true?()
A、 The time to find the value from HashMap with a Person key depends on the size of the map.
B、 Deleting a Person key from a HashMap will delete all map entries for all keys of typePerson.
C、 Inserting a second Person object into a HashSet will cause the first Person object to beremoved as a duplicate.
D、 The time to determine whether a Person object is contained in a HashSet is constant and does NOT depend on the size of the map.
- A
关注下方微信公众号,在线模考后查看
热门试题
- 下列哪项不是JDK所包含的内容?()
- Which element&
- 检查程序,是否存在问题,如果存在指出问题
- 下面有关struts1和struts2的
- Given the&ensp
- public class&e
- public class&e
- 设计一个Course类,它代表学校中的一
- package test1;
- 高次方程尾数的问题:求13的298次方的
- 已知: 则输出为()
- 有如下一个类似跳表的数据结构:每层都是已
- 子类可以覆盖父类中的所有实例方法
- 什么是ChechedException和
- Which code&ensp
- java接口的方法修饰符可以为()。(忽
- Java 编译输出文件的后缀是()
- 线程安全的map在JDK 1.5及其更高
- 以下关于JVM的叙述,哪项正确?()
- 假设有一个面板PanelOne,它的布局