• 2022-06-04 问题

    有以下方法的定义,请选择该方法的返回类型_________ 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

  • 2022-06-04 问题

    有以下方法的定义,请选择该方法的返回类型为____。<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

  • 2022-06-29 问题

    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

  • 2022-07-01 问题

    如果把一个int、byte、long和double类型的数据相加,计算机结果的数据类型是 。 A: long B: byte C: double D: int

    如果把一个int、byte、long和double类型的数据相加,计算机结果的数据类型是 。 A: long B: byte C: double D: int

  • 2022-10-26 问题

    基本数据类型包括() A: boolean B: integer C: double D: byte

    基本数据类型包括() A: boolean B: integer C: double D: byte

  • 2021-04-14 问题

    有以下方法的定义,请选择该方法的返回类型 _________ method(byte x, double y) { return (short)x/y*2; }

    有以下方法的定义,请选择该方法的返回类型 _________ method(byte x, double y) { return (short)x/y*2; }

  • 2022-06-07 问题

    下面那个不是整数类型() A: int B: double C: byte D: long

    下面那个不是整数类型() A: int B: double C: byte D: long

  • 2022-06-17 问题

    以下类型在内存中所占大小从小到大排序,正确的是()。 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

  • 2021-04-14 问题

    有以下方法的定义,请选择该方法的返回类型 ReturnType method(byte x, double y) {return (short)x/y*2; }

    有以下方法的定义,请选择该方法的返回类型 ReturnType method(byte x, double y) {return (short)x/y*2; }

  • 2022-06-19 问题

    switch语句不能用于下列()数据类型。 A: double B: byte C: short D: char

    switch语句不能用于下列()数据类型。 A: double B: byte C: short D: char

  • 1 2 3 4 5 6 7 8 9 10