更多“Java中定义常量的保留字是A.constB.finalC.finallyD.native ”相关问题
  • 第1题:

    专门定义常量与变量的保留字是( )。

    A.var

    B.interface

    C.final

    D.int


    正确答案:C

  • 第2题:

    Java程序中定义常量用到的关键字是?

    A.final

    B.class

    C.void

    D.static


    final

  • 第3题:

    Java中定义类的保留字是

    A.public

    B.extends

    C.class

    D.protected


    B final是最终的修饰符,其修饰的是常量。

  • 第4题:

    ( 11 ) Java 中定义常量的保留字是

    A ) const

    B ) final

    C ) finally

    D ) native


    正确答案:C

  • 第5题:

    在VBA中,使用保留字()定义符号常量。

    A.Dim

    B.Const

    C.Public

    D.Private


    Const