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
Какой язык кроме 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?
What is the result?
Anonymous Quiz
30%
0
8%
-0
33%
0.0
25%
-0.0
5%
Answer
Is under the hood of the String located a final array of bytes?
Anonymous Quiz
75%
final
17%
not final
7%
Answer
What is a subclass of the class RuntimeException?
Anonymous Quiz
27%
Exception
22%
IOException
7%
FileNotFoundException
41%
NullPointerException
4%
Answer
Which method will not pause the thread?
Anonymous Quiz
28%
join()
51%
notify()
16%
wait()
5%
Answer
Can we catch the OutOfMemoryError by using the block try-catch?
Anonymous Quiz
37%
Yes
59%
No
3%
Answer
Time to use your knowledge, official channel with tasks from the IT army of Ukraine. Let's stop the war! 🇺🇦

https://t.me/itarmyofukraine2022
Can we launch the flow through the object of type Thread again after it is finished?
Anonymous Quiz
36%
Yes
56%
No
9%
Answer
What is the result of the work next code for(;;) { }?
Anonymous Quiz
17%
Compile error
62%
Infinity cycle
7%
Runtime error
8%
There is no right answer
6%
Answer