单选题
下列语句输出结果为{{U}} {{/U}}。
public class test/ {
public static void main (String args[])
{
String s1=new String("How");
String s2=new String("How");
System.out.println(!(s1.equals(s2)));
}
}
A.false
B.true
C.0
D.1
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭