Java задачи • Mentor
1.27K 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
What is the result of the next code? for(;;)
Anonymous Quiz
8%
This code will not be executed
75%
Infinity cycle
12%
Compile error
5%
Runtime error
👍7👏1
What is the result for the next code? public static void main(String[] args) {
String test = new String("Hello"); String test2 = new String("Hello"); System.out.println(test==test2); }
Anonymous Quiz
7%
null
2%
Hello
67%
false
23%
true
👍1