What is the output of the following code:
public class Test {
public static void main(String[] args) {
String si = "Java";
String s2 = new String("Java");
System.out.print((s1 =- s2) + " " + (s1.equals(S2)));
}
}
o false false
o false true
o true false
o true true