复制代码
摘要: 一、基本的数据类型 byte int 4 short 2 long 8 float 4 double 8 char 2 booleanbooleans是没有初始化,JVM编译的时候将其转化成int,JVM支持boolean,但是通过读写byte数组实现的 二、包装类型 Integer x=2; // 阅读全文
posted @ 2020-04-12 21:59 带善人 阅读(166) 评论(0) 推荐(0)