Which Of The Following Methods Is A Method Of Wrapper Integer #416
Which of the following methods is a method of wrapper Integer for obtaining hash code for the invoking object?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Exploring Java Lang Java IO - Java.lang - Integer, Long And Character Wrappers - Quiz No.1.
Which of the following methods is a method of wrapper Integer for obtaining hash code for the invoking object?
int hash()
int hashcode()
int hashCode()
Integer hashcode()