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

• Tasks
• Questions
• Series of tasks by topic 📖
https://t.iss.one/javaquiz_mentor/5
Download Telegram
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
6%
null
2%
Hello
69%
false
23%
true
👍1