posted @ 2005-11-03 10:22 lystems 阅读(197) | 评论 (0) | 编辑 收藏
void - - boolean true&false Booleanchar 16 Characterbyte 8 Byteshort 16 Shortint 32 Integerlong 64 Longfloat 32 Floatdouble 64 Double
BigInteger 高精度整型BigDecimal 高精度浮点型
posted @ 2005-11-03 10:13 lystems 阅读(722) | 评论 (1) | 编辑 收藏
1.寄存器(Register):在处理器中,由编译器分配。2.栈(Stack): 存储原始(primitive)数据类型和对象的引用3.堆(Heap): 存储对象4.静态存储区(Static Storage):存储整个运行期都可以访问的数据成员和方法5.固定存储(Constant):存储常量6.非内存的存储:
posted @ 2005-11-03 10:06 lystems 阅读(282) | 评论 (0) | 编辑 收藏
posted @ 2005-11-03 09:48 lystems 阅读(287) | 评论 (0) | 编辑 收藏
Powered by: BlogJava Copyright © lystems