当前位置:
找题吧
>
计算机二级
[单选题]
下列程序的输出结果是( )。 public class Test { public static void main (String[] args) { String s="hello"; s.replace ('r','m'); System.out.println(s); } }
A.hello
B.HELLO
C.hemmo
D.HEMMO
参考答案与解析:
相关试题