• 2022-05-30
    下面哪个Java基本数据类型?()
    A: short
    B: Boolean
    C: byte
    D: float
  • B

    内容

    • 0

      对于“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

    • 1

      下面不属于Java基本数据类型的是: A: String B: Integer C: byte D: boolean

    • 2

      Java语言中没有下列哪种数据类型? A: byte B: unsigned int C: short D: boolean

    • 3

      以下哪个不是Java的基本数据类型(). A: int B: Boolean C: float D: char

    • 4

      下列数据类型中哪些是Java基本数据类型? A: short B: byte C: int D: long E: double F: float G: char