Java 基本的数据类型包括如下8种:byte、int、char、long、float、double、boolean、short。而 Java 种的 Integer,Double,Boolean 等都是对应的包装对象,不是基本数据类型。