[问答题] 对 Java 中如下代码的讨论String s1 = "abc";String s2 = new String("abc");问题 1:s1 == s2 的结果是什么?问题2:s2 = new String("abc")创建了几个对象?