试题详情
单项选择题 11. public static void test(String str) {  12. if(str == null | str.lellgth() == 0) {  13. System.out.println(”String is empty”);  14. } else {  15. System.out.println(”String is not empty”);  16. }  17. }  And the invocation:  31. test(llull);  What is the result?() 

A、 Au exception is thrown at runtime.

B、 “String is empty” is printed to output.

C、 Compilation fails because of au error in line 12.

D、 “String is not empty” is printed to output.

  • A
  • 关注下方微信公众号,在线模考后查看

热门试题