首页 > 编程语言 > 详细

Java is Pass-by-Value!

时间:2014-09-20 09:56:17      阅读:165      评论:0      收藏:0      [点我收藏+]

Java is strictly pass-by-value. which means, when you pass a variable to a method, the method will just make a copy of that varible and use that copy, not the original one!

check this

Java is Pass-by-Value!

原文:http://www.cnblogs.com/miaoz/p/3982853.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!