`
yexinwinners
  • 浏览: 594 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
今天我一哥们遇到一纠结的面试题,是有关于java 中的参数传递方面的。         代码如下:   public class Test { public static void clear(Student dummyParam) { dummyParam = null; } public static void main(String[] args) { Student factParam = new Student(); factParam.setStudentName("studentname"); clear(fac ...
Global site tag (gtag.js) - Google Analytics