java数据类型
整数类型:
byte:1字节
short:2字节
int:4字节
long:8字节
小数类型:
float:4字节
double:8字节
字符类型:
char:字符定义 String:字符串定义
布尔类型:
boolean:布尔类型,判断真假,真为1(true),假为0(false)
整数类型:
byte:1字节
short:2字节
int:4字节
long:8字节
小数类型:
float:4字节
double:8字节
字符类型:
char:字符定义 String:字符串定义
布尔类型:
boolean:布尔类型,判断真假,真为1(true),假为0(false)