标签:
1. 基本数据类型
1. 数值型
1. 整数
1. byte 2. short 3. int 4. long
2. 浮点
1. float 2. double
2. 字符型 char
3. 布尔型 boolean
2. 引用数据类型
1. 类 class
2. 接口 interface
3. 数组 []
java基础 - 数据类型
原文地址:http://www.cnblogs.com/shanchenba/p/4905018.html