Можно ли использовать разные поля для имплементации equals() и hashcode()?
#series_equals_hashcode
#series_equals_hashcode
Anonymous Quiz
59%
Да
33%
Нет
8%
Посмотреть ответ
Два объекта могут иметь одинаковый hashcode?
#series_equals_hashcode
#series_equals_hashcode
Anonymous Quiz
72%
Да
26%
Нет
3%
Посмотреть ответ
Абстрактный класс может иметь методы без реализации?
Anonymous Quiz
88%
Да
10%
Нет
3%
Посмотреть ответ
Что означает абривиатура KISS? 🤔
Anonymous Quiz
77%
Проверить свой мысленный ответ
23%
Проверить свой мысленный ответ
Что означает абривиатура IP? 🤔
#web
#web
Anonymous Quiz
77%
Проверить свой мысленный ответ
23%
Проверить свой мысленный ответ
Что такое handshake? 🤔
#web
#web
Anonymous Quiz
80%
Проверить свой мысленный ответ
20%
Проверить свой мысленный ответ
Не синхронизированные entity находяться в состоянии?
#Hibernate
#Hibernate
Anonymous Quiz
18%
Managed
64%
Detached
18%
Посмотреть ответ
Какой язык кроме Java вы используете? 🛠️
#channel_statistics
#channel_statistics
Anonymous Poll
38%
JavaScript
12%
TypeScript
7%
PHP
23%
Python
11%
C++
7%
C#
3%
Scala
5%
Go
23%
Kotlin
22%
Другие
Criteria Query can perform both select and non-select operations?
#Hibernate
#Hibernate
Anonymous Quiz
56%
Yes
30%
No
14%
Answer
What of those operations are non-select?
#SQL
#SQL
Anonymous Quiz
5%
Where
8%
Group by
62%
Insert
25%
Answer
Which method from a HashMap makes the possibility to gey Key by Value?
Anonymous Quiz
24%
getKey()
32%
There is no such method.
14%
get()
19%
getKeyByValue()
8%
findKey()
2%
Answer
What is the default load factor by the default in the HashMap:
Anonymous Quiz
11%
100
6%
0.80
62%
0.75
7%
0.25
14%
Answer
How to destroy the object?
Anonymous Quiz
20%
Invoke the method finalize()
13%
Invoke the method destroy()
27%
Assign a value of null for all references
36%
It can't be done manually
4%
Answer
What is under the hood of the StringBuilder?
Anonymous Quiz
48%
An array of chars
20%
An array of bytes
27%
An array of strings
5%
Answer
Is the inner static class has access only to static methods and variables of the outer class?
Anonymous Quiz
60%
Right
37%
Wrong
3%
Answer