What is the output of the following Java code snippet? String x = new String("Java"); String y = new String("Java"); System.out.println(x.equals(y));