Java实习生面试题整理

1、数据类型 包装类型 八个基本类型:php boolean/1 byte/8 char/16 short/16 int/32 float/32 long/64 double/64 基本类型都有对应的包装类型,基本类型与其对应的包装类型之间的赋值使用自动装箱与拆箱完成。html Integer x = 2; // 装箱 int y = x; // 拆箱 缓存池 new In
相关文章
相关标签/搜索