¿Cuál es la salida del siguiente código?
String s1 = "Hello"; String s2 = "Hello"; System.out.println(s1 == s2);
Runtime Error
Compilation Error
true
false