阿摩線上測驗 登入

試題詳解

試卷:104年 - SCJP 151-200#99330 | 科目:OJCP(SCJP)

試卷資訊

試卷名稱:104年 - SCJP 151-200#99330

年份:104年

科目:OJCP(SCJP)

複選題
186. Which two statements are true about the hashCode method? (Choose two.)
(A) The hashCode method for a given class can be used to test for object equality and object inequality for that class.
(B) The hashCode method is used by the java.util.SortedSet collection class to order the elements within that set.
(C) The hashCode method for a given class can be used to test for object inequality, but NOT object equality, for that class.
(D) The only important characteristic of the values returned by a hashCode method is that the distribution of values must follow a Gaussian distribution.
(E) The hashCode method is used by the java.util.HashSet collection class to group the elements within that set into hash buckets for swift retrieval.
正確答案:登入後查看