Java有哪些数据类型?

答案解析

基本类型:byte、short、int、long、float、double、char、boolean;引用类型:类、接口、数组等。