在32位系统中,基本数据类型所占字节长度,正确的是:
A: charB: charC: charD: char
A: char
举一反三
- 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: int→double
- Java中下列数据类型,必须进行强制转换的是()。 A: float—>int B: short—>long C: float—>double D: int—>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
- switch(表达式)语句中的“表达式”,允许的类型是()。 A: float,int B: float,int,char C: int,char D: char,double