问题描述:
[问答]
类Test定义如下:public class Test{ public static void main(String args){ String sty=new String("abcde"); char ch={’A’,’B’,’C’,’D’,’E’}; ml(str,ch); System.out.print(str+","); System.out.println(ch); } public static void ml(String s,char ch){ s="Hello"; ch[3]=’Z’; }}那么程序的执行结果为: [9]
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.130)
- 热门题目: 1.请编写函数fun,其功能时: 2.有如下程序段: #defin 3.在Windows环境下,为了
