Home » JAVA Programming » Object & Classes » Question
  1. Which of the following methods is a method of wrapper Integer for obtaining hash code for the invoking object?
    1. Integer hashcode()
    2. int hash()
    3. int hashcode()
    4. int hashCode()
    5. None of these
Correct Option: D

int hashCode()



Your comments will be displayed only after manual approval.