码迷,mamicode.com
首页 > 编程语言 > 详细

Java is Pass-by-Value!

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

标签:http   java   ar   art   on   c   ad   ef   r   

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   java   ar   art   on   c   ad   ef   r   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!