下列语句输出结果为( )。 public class test\ { public static void main (String args[]) { String s1=new String("How");

admin2009-02-15  23

问题 下列语句输出结果为(    )。    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

答案1

解析
转载请注明原文地址:https://jikaoti.com/ti/ctb0FFFM
0

随机试题
最新回复(0)