jwethand

Nothing is particularly hard if you divide it into small jobs.
posts - 21, comments - 18, trackbacks - 0, articles - 20

Java对象在哪里?

Posted on 2006-12-27 14:46 jwethand 阅读(197) 评论(0)  编辑  收藏
地点                                                  对象
Registers(寄存器) :
Stack(栈) :                                         Reference(实例),primitive types(基本型别)
Heap(堆) :                                         利用关键字new生成的对象,wrapper classes(外覆类)
Static storage(静态存储空间):          以关键字static声明的对象
Constant storage(产量存储空间):     常量对象
Non-RAM(存储空间):

只有注册用户登录后才能发表评论。


网站导航: