基本数据类型char参数传递及数组传递

即始是基本类型 但是传了一个数组 就是传了一个引用

java_基本数据类型参数传递

结果为  hello and cb
如果只是传了基本类型是不会被改变的

java_基本数据类型参数传递

hello and c   变量不能被修改

相关文章: