黑马程序员技术交流社区

标题: 不知道这个题为什么是编译失败 [打印本页]

作者: 尉迟真金    时间: 2016-9-16 22:54
标题: 不知道这个题为什么是编译失败
下面程序运行的结果是(   d )
  String str1= “1”, str2=”2”;
  if(str1==str2)
           System.out.println(“ABC”);
  else if(str1<str2)                                //用的是compare
           System.out.println(“DEF”);
  else
           System.out.println(“GHJ”);
a) ABC
b) DEF
c) GHJ
d) 编译失败






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