✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mis on selle koodi väljund?
public class Test {
public static void main(String[] args) {
String s1 = "hello";
String s2 = new String("hello");
System.out.println(s1 == s2);
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!