Sail E0 Webinar
Question

Which of the following statements about the hashcode() method are incorrect?

    1. The value returned by hashcode() is used in some collection classes to help locate objects.

    2. The hashcode() method is required to return a positive int value.

    3. The hashcode() method in the String class is the one inherited from Object.

    4. Two new empty String objects will produce identical hashcodes.


Options:
A .  1 and 2
B .  2 and 3
C .  3 and 4
D .  1 and 4
Answer: Option B

(2) is an incorrect statement because there is no such requirement.

(3) is an incorrect statement and therefore a correct answer because the hashcode for a string 

is computed from the characters in the string.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers