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(存储空间):