InterviewSolution
Saved Bookmarks
| 1. |
Which of the following methods is a method of wrapper Integer for obtaining hash code for the invoking object?(a) int hash()(b) int hashcode()(c) int hashCode()(d) Integer hashcode() |
|
Answer» Correct option is (c) int hashCode() To explain I would say: None. |
|