欢迎来到求知题库网 求知题库官网
logo
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

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.

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题