题目内容

程序运行的结果是:_______________。
public class Example{
String str=new String("good");
char[]ch={'a','b','c'};
public static void main(String args[]){
Example ex=new Example();
ex.change(ex.str,ex.ch);
System.out.print(ex.str+" and ");
Sytem.out.print(ex.ch);
}
public void change(String str,char ch[]){
str="test ok";
ch[0]='g';
}
}

查看答案
更多问题

论述教师学习心理学的意义。

一般研究者把家庭教养方式分为三类,即_________、放纵型教养方式和民主型教养方式。

试述教学过程应遵循哪些基本规律。(试述教学过程的基本特点。)

简述课外活动的特点及其作用。

答案查题题库