java 基础类型 包装类型

栈中:存放基本类型和对象的引用
堆中:芬芳对象本身,既new出来的东西

基本类型 包装类
byte Byte
short Short
int Integer
long Long
float Float
double Double
char Character
boolean Boolean

猜你喜欢

转载自blog.csdn.net/claroja/article/details/114199018