问题
单项选择题
下列语句输出结果为( )。
public class testpublic static void main(String args [])String s1=new String("How");
String s2=new String("How");
System.out. println(!(s1 ==s2));
A.false
B.true
C.1
D.0
答案
参考答案:B
下列语句输出结果为( )。
public class testpublic static void main(String args [])String s1=new String("How");
String s2=new String("How");
System.out. println(!(s1 ==s2));
A.false
B.true
C.1
D.0
参考答案:B