InterviewSolution
Saved Bookmarks
| 1. |
What two statements are true about properly overridden and methods? |
| Answer» (3) and (4) are correct. (1) and (2) are incorrect because by contract hashCode() and equals() can't be overridden unless both are overridden. | |