Java
Select all ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Select all correct statements regarding the concept of relationship between hashCode() and equals(Object o) methods
If you are comparing two objects equals method returns the value true, the value returned by hashCode () of these objects must match.
If you are comparing two objects equals method returns the value true, the value returned by hashCode () of these objects can not be the same.
If you are comparing two objects equals method returns the value false, the value returned by hashCode () of these objects must be different.
If you are comparing two objects equals method returns the value false, the value returned by hashCode () of these objects can be the same.
None of the statements above
Explanation
The key concept of the relationship methods hashCode () and equals (Object o) suggests the return of the same hash value in case of an equality of objects, but not the obligation to return a different value in the case of inequality objects.
equals method
hashcode
1
(1)
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
In accordance with the contract, the hashCode() method should return the same in...
What will be the result of the following code execution? ...
What will be printed after execution of this code? clas...
Which data structure that implements a Map interface uses an == operator, rather...
What is the result of the following code execution? Int...
Тести з
J
ava
Приєднуйся і вивчай Java
або
Дізнайся більше про
Тести з Java онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати