Multiple Choice
Why is it not typical to use the hashCode method result directly as an index for array storage?
i.because the hashcode method returns a double
II.the values are potentially very large
III.the values are not type int
A) I
B) I and II
C) I and III
D) II
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Insert the missing code in the following
Q15: Suppose we maintain a linked list of
Q16: If your hashCode function returns a number
Q17: An iterator is currently pointing to the
Q18: You have implemented a queue as a
Q20: In the separate chaining technique for handling
Q21: Which of the following actions must be
Q22: Which of the following statements about handling
Q23: Given the HashSet class implementation discussed in
Q24: Which of the following statements about array