下面哪个语句不会产生编译错误( )?
A: float a =2.0;
B: char c =”a”;
C: byte b =25;
D: boolean d=0;
A: float a =2.0;
B: char c =”a”;
C: byte b =25;
D: boolean d=0;
举一反三
- 下面哪个语句会产生编译错误? () A: float F=4090 F; B: double D=4090; C: byte B=4096; D: char C=4096;
- 下面哪个Java基本数据类型?() A: short B: Boolean C: byte D: float
- 对于“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
- 下面不属于基本数据类型的是()? A: char B: byte C: String D: 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