Given: 11.String test = "This is a test"; 12.String[] tokens = test.split("/s"); 13.System.out.println(tokens.length); What is the result?()
- A、0
- B、1
- C、4
- D、Compilation fails.
正确答案:D
答案解析:有
微信扫一扫手机做题
Given: 11.String test = "This is a test"; 12.String[] tokens = test.split("/s"); 13.System.out.println(tokens.length); What is the result?()
微信扫一扫手机做题