给定一个java程序的代码片断如下,运行后,正确的输出结果是( )(选择一项)
String s=”hello, world”;
String str = s.replace(“,” , ” ”);
System.out.println(str);
A.hello world; B.hello, world C.HELLO WORLD D.HELLO ,WORLD;正确答案B
给定一个java程序的代码片断如下,运行后,正确的输出结果是( )(选择一项)
String s=”hello, world”;
String str = s.replace(“,” , ” ”);
System.out.println(str);
A.hello world; B.hello, world C.HELLO WORLD D.HELLO ,WORLD;正确答案B