下面程序段的输出结果是______。 public class ex46 { public static void main(String args[]) { String str="Hello,"; str = str + "Guys!"; System.out .println (str); } }
A.Hello, Guys!
B.Guys!
C.Hello,
D.编译不通过
参考答案:A
下面程序段的输出结果是______。 public class ex46 { public static void main(String args[]) { String str="Hello,"; str = str + "Guys!"; System.out .println (str); } }
A.Hello, Guys!
B.Guys!
C.Hello,
D.编译不通过
参考答案:A