有以下方法的定义,请选择该方法的返回类型_________ method(byte x, double y) { return (short)x/y*2; } A: byte B: short C: int D: double
有以下方法的定义,请选择该方法的返回类型_________ method(byte x, double y) { return (short)x/y*2; } A: byte B: short C: int D: double
有以下方法的定义,请选择该方法的返回类型为____。<br/>________method ( byte x, double y ) {<br/>return ()x/y*2;<br/>} A: byte B: short C: int D: double
有以下方法的定义,请选择该方法的返回类型为____。<br/>________method ( byte x, double y ) {<br/>return ()x/y*2;<br/>} A: byte B: short C: int D: double
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: int、byte、char、integer、double B: float、long、byte、short、String C: char、byte、bit、double、int D: float、double、boolean、byte、long
如果把一个int、byte、long和double类型的数据相加,计算机结果的数据类型是 。 A: long B: byte C: double D: int
如果把一个int、byte、long和double类型的数据相加,计算机结果的数据类型是 。 A: long B: byte C: double D: int
基本数据类型包括() A: boolean B: integer C: double D: byte
基本数据类型包括() A: boolean B: integer C: double D: byte
有以下方法的定义,请选择该方法的返回类型 _________ method(byte x, double y) { return (short)x/y*2; }
有以下方法的定义,请选择该方法的返回类型 _________ method(byte x, double y) { return (short)x/y*2; }
下面那个不是整数类型() A: int B: double C: byte D: long
下面那个不是整数类型() A: int B: double C: byte D: long
以下类型在内存中所占大小从小到大排序,正确的是()。 A: byte,short,long B: byte,long,short C: char,byte,float D: double,float,long
以下类型在内存中所占大小从小到大排序,正确的是()。 A: byte,short,long B: byte,long,short C: char,byte,float D: double,float,long
有以下方法的定义,请选择该方法的返回类型 ReturnType method(byte x, double y) {return (short)x/y*2; }
有以下方法的定义,请选择该方法的返回类型 ReturnType method(byte x, double y) {return (short)x/y*2; }
switch语句不能用于下列()数据类型。 A: double B: byte C: short D: char
switch语句不能用于下列()数据类型。 A: double B: byte C: short D: char