标签:nbsp 基本数据类型 double 数值 ace byte ack float style
一、基本数据类型
1、数值型
①整数类型(byte short int long) 默认是int
占字节数:1个 2个 4个 8个
②浮点类型(float double) 默认是double
占字节数:4个 8个
2、字符类型(char)
占字节数:2个
3、布尔型(boolean)
二、引用数据类型
1、类(class)
2、接口(interface)
3、数组(【】)
标签:nbsp 基本数据类型 double 数值 ace byte ack float style
原文地址:http://www.cnblogs.com/a591378955/p/7820701.html