首页 > 编程语言 > 详细

java方法返回值的变量类型困惑

时间:2014-10-21 23:18:42      阅读:622      评论:0      收藏:0      [点我收藏+]

一、java program progress of excuting:show in next picture

bubuko.com,布布扣

       How about the java virtual machine is it,what situation is in the jvm,or how to worke is going?

       If you want to slove these questions,please read the next picture:
bubuko.com,布布扣bubuko.com,布布扣


二、Why can java return local varieties?

      As we known that the local varieties are stored in the stack(global varieties are in dull),and they will be destroyed when the method excuted.

     then my confuse also conducted,although this local varieties have been destroyed,i understand that the varieties of method in jvm had been clear,then,why could not void method return a local variety?

就是为什么java非空method可以返回method的局部变量,而不是必须是成员变量?


java方法返回值的变量类型困惑

原文:http://blog.csdn.net/anglebeat/article/details/40351475

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