1. 首页
  2. 编程语言
  3. C
  4. java期末考试试题3

java期末考试试题3

上传者: 2019-01-11 01:59:10上传 DOC文件 115KB 热度 34次
一、 选择 1.给定下面的代码片段:   1) String str = null;   2) if ((str != null) && (str.length() > 10)) {   3) System.out.println("more than 10");   4) }   5) else if ((str != null) & (str.length() < 5)) {   6) System.out.println("less than 5");   7) }   8) else { System.out.println("end"); } 哪些行会导致错误?
用户评论