black

OCJP(310-065)

登录

单项选择题

Given:
11.String test = "a1b2c3";
12.String[] tokens = test.split("\\d");
13.for(String s: tokens) System.out.print(s + " ");
What is the result?()

A.a b c
B.1 2 3
C.a1b2c3
D.a1 b2 c3

相关考题

多项选择题 Giventhatcisareferencetoavalidjava.io.Consoleobject,whichtwocodefragmentsreadalineoftextfromtheconsole?()

单项选择题 Given: 12.String csv = "Sue,5,true,3"; 13.Scanner scanner = new Scanner( csv ); 14.scanner.useDelimiter(",");15. int age = scanner.nextInt(); What is the result?()

多项选择题 Whichthreestatementsconcerningtheuseofthejava.io.Serializableinterfacearetrue?()

All Rights Reserved 版权所有©考试题库网(kstiku.com)

备案号:湘ICP备14005140号-3

经营许可证号:湘B2-20140064