- 博客(1)
- 收藏
- 关注
原创 Java中没有引用传递只有值传递
先看一个问题 改程序的运行结果是? 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.s...
2019-03-07 15:51:34
172
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅