试题详情
- 单项选择题 11. String test = “Test A. Test B. Test C.”; 12. // insert code here 13. String[] result = test.split(regex); Which regular expression inserted at line 12 will correctly split test into “Test A,” “Test B,” and “Test C”?()
A、 String regex = “”;
B、 String regex = “ “;
C、 String regex = “.*“.
D、 String regex = “//s”
E、 String regex = “//.//s*”;
F、 String regex = “//w[ /.] +“;
- E
关注下方微信公众号,在线模考后查看
热门试题
- 关于类的构造函数,以下描述中正确的是()
- Which of
- 用于生成Java文档的JDK工具是?()
- 假设有自定义异常类ServiceExce
- 在Java中,负责对字节代码解释执行的是
- 已知: 在横线处添加哪条语句运行时会产
- switch (i)&ens
- UML图只能显示类的成员函数和变量,不能
- 程序: class&ens
- 已知24有8个正整数因子 (即:1,2,
- 下列关于Java对象清除的叙述正确的是哪
- What is th
- 在linux编程中,以下哪个TCP的套接
- What will&ensp
- Given: 1.&ens
- public class&e
- Which three
- Given the&ensp
- Given the&ensp
- Public class&e