八种基本数据类型

八种基本数据类型

byte 1个字节

short 2个字节

int 4个字节

long 8个字节

float 4个字节

double 8个字节

char 2个字节

boolean 1位

基本数据类型由数字和字符、布尔值组成

数字:

  1. 整数:byte/short/int/long
  2. 小数:float/double

字符:

​ char

布尔值:

​ boolean

属性默认初始化

数字:
整数:0 
浮点数:0.0

char:u0000

boolean:false

引用:null
posted @ 2021-04-06 16:38  EdgarStudy  阅读(323)  评论(0编辑  收藏  举报