多项选择题
A.String s = c.readLine();
B.char[] c = c.readLine();
C.String s = c.readConsole();
D.char[] c = c.readConsole();
E.String s = c.readLine("%s", "name ");
单项选择题 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?()
多项选择题 Given: Which two statements are true about the result if the default locale is Locale.US?()