Huawei
Company
Programming
Basics
What is the correct signature of hashCode()?
a) int hasCode();
b) int hashCode(int);
c) int hashCode(int,int);
d) double hashCode();
Read Solution (Total 3)
-
- public int hashcode()
{
}; - 9 years agoHelpfull: Yes(3) No(0)
- Sorry first one is int hashCode();
This is the correct answer.Hare Krishna - 9 years agoHelpfull: Yes(2) No(0)
- public native int hashCode()
- 8 years agoHelpfull: Yes(0) No(0)
Huawei Other Question