Java задачи • Mentor
1.31K subscribers
99 photos
13 links
The channel was created to maintain and develop hard skills 💻

• Tasks
• Questions
• Series of tasks by topic 📖
https://t.me/javaquiz_mentor/5
Download Telegram
Можно ли использовать разные поля для имплементации equals() и hashcode()?

#series_equals_hashcode
Anonymous Quiz
59%
Да
33%
Нет
8%
Посмотреть ответ
Два объекта могут иметь одинаковый hashcode?

#series_equals_hashcode
Anonymous Quiz
72%
Да
26%
Нет
3%
Посмотреть ответ
Абстрактный класс может иметь методы без реализации?
Anonymous Quiz
88%
Да
10%
Нет
3%
Посмотреть ответ
Какой протокол более быстрый?
Anonymous Quiz
37%
TCP
56%
UPD
8%
Посмотреть ответ
Создается ли здесь обьект абстрактного класса?
Создается ли здесь обьект абстрактного класса?
Anonymous Quiz
31%
Да
65%
Нет
4%
Посмотреть ответ
Не синхронизированные entity находяться в состоянии?
#Hibernate
Anonymous Quiz
18%
Managed
64%
Detached
18%
Посмотреть ответ
Какой язык кроме Java вы используете? 🛠️

#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
Anonymous Quiz
56%
Yes
30%
No
14%
Answer
What of those operations are non-select?
#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
What does ORM mean?
#Hibernate
Anonymous Quiz
76%
Check your mind answer
24%
Check your mind 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
Can we add the final block to the try-with-resources block?
Anonymous Quiz
69%
Yes
26%
No
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
What is the result?