• 2022-05-28
    以下选项中,哪个是()方法返回值的类型?
    A: boolean
    B: int
    C: String
    D: Integer
  • A

    内容

    • 0

      下列哪个选项是main( )方法的返回值类型 A: int B: void C: boolean D: Static

    • 1

      接口Statement中定义的 executeQuery方法返回的类型是() A: int B: boolean C: ResultSet D: String

    • 2

      接口Statement中定义的executeUpdate方法的返回类型是 A: boolean B: int C: 无返回值 D: ResultSet

    • 3

      以下选项中,哪一个是File类delete()方法返回值的类型 A: boolean B: int C: void D: Interger

    • 4

      main()方法的返回类型是:(). A: boolean B: void C: String D: static