MCQOPTIONS
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» D. Integer hashcode() | |