以下基本数据类型和包装类型对应关系正确的是()
A: byte:Byte
B: int:Integer
C: boolean:Boolean
D: char:Char
A: byte:Byte
B: int:Integer
C: boolean:Boolean
D: char:Char
举一反三
- 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
- 对于“switch(a)”表达式中的变量a,它可以被声明为哪些合法数据类型? A: boolean, byte, char, short, int, long B: boolean, byte, char, short, int C: byte, char, short, int D: boolean, byte, char, short, int, long, float, double
- Java的基本数据类型对应的包装类,错误的是( ) A: int Integer B: char Char C: double Double D: boolean Boolean
- 5,'5',"5"分别适合哪种数据类型来存储。 A: byte,char,boolean B: int,String,char C: short,char,String D: long,boolean,char
- 下面不属于基本数据类型的是()? A: char B: byte C: String D: boolean