Java语言有8种基本数据类型,分别是byte,int,short,__________,float,__________ ,__________ ,和 __________
举一反三
- Java语言整数类型有byte、short、int、______等。
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- Java定义了八种基本数据类型,以下选项中全部是正确的基本数据类型关键字的是( )。 A: int、byte、char、integer、double B: float、long、byte、short、String C: char、byte、bit、double、int D: float、double、boolean、byte、long
- 下列数据类型中哪些是Java基本数据类型? A: short B: byte C: int D: long E: double F: float G: char
- 下面哪个Java基本数据类型?() A: short B: Boolean C: byte D: float