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. E .  An exception is thrown at runtime.

时间:2022-10-09 16:15:19 所属题库:SCJP程序员认证考试题库

相似题目