黑马程序员技术交流社区

标题: 一道关于字符串的代码题,你能说出思路吗 [打印本页]

作者: 蠢蠢的    时间: 2016-4-2 22:32
标题: 一道关于字符串的代码题,你能说出思路吗
String s1 = “abc”;
   String s2 = new String(“abc”);
   System.out.println(s1==s2);
   String s3 = “你好吗”;
   String s4 =”你”;
   String s5 =”好吗”;
   System.out.println(s3==(s4+s5))
运行结果是?
作者: 马儿不吃草    时间: 2016-4-2 22:37
false  false




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2