首页 > 试题广场 >

Java的基本数据类型都是什么?

[问答题]
Java的基本数据类型都是什么?
byte,short,int,long,float,double,true,fault,char
分别为整数型:byte short int long
浮点数型:float double
布尔类型:true fault
字符:char
发表于 2020-07-18 20:32:47 回复(0)
整数 byth short int long 浮点数 float double 字符 char 布尔型 boolean
发表于 2021-07-25 22:19:54 回复(0)
整数型 浮点型 字符型
发表于 2020-11-22 15:29:56 回复(1)
整数:byte short int long
字符:char
浮点型:(float double)
布尔型:true fault

发表于 2020-10-31 22:13:17 回复(0)
byte,short,char,int,float,double,long。 逻辑boolean
编辑于 2020-10-10 16:26:12 回复(0)
取值由小到大:byte > short > char > int > long > float > double
逻辑类型: boolean
发表于 2020-06-14 19:03:56 回复(0)

<p>boolean byte short int long float double char </p>

编辑于 2020-05-16 08:20:52 回复(0)
8种基本类型
int byte shoat long float double boolean char 
发表于 2019-11-30 16:06:37 回复(0)
8种 boolean byte int  short long float double char
发表于 2019-10-24 15:12:53 回复(0)
boolean,byte,short,int,long,float,double,char
发表于 2019-08-23 19:39:10 回复(0)