Const mystring=“hello”的含义是( )。A.在VBScript中,把变量mystring赋值为helloB.在VBScript中,把常量mystring的值定为helloC.在Java中,把变量mystring赋值为helloD.在Java中,把变量mystring赋值为hello

题目

Const mystring=“hello”的含义是( )。

A.在VBScript中,把变量mystring赋值为hello

B.在VBScript中,把常量mystring的值定为hello

C.在Java中,把变量mystring赋值为hello

D.在Java中,把变量mystring赋值为hello


相似考题
更多“Const mystring=“hello”的含义是()。A.在VBScript中,把变量mystring赋值为helloB.在VBScript中,把 ”相关问题
  • 第1题:

    在.asp文件中需要显示声明变量时应用VBScript的______语句。

    A.Public

    B.For…Next

    C.Dim

    D.Option Explicit


    正确答案:D

  • 第2题:

    VBScript中声明多个变量时,使用()或()分隔变量。
    ,;逗号

  • 第3题:

    在Java中,下列()不是合法的变量名

    A._myString

    B.$ab

    C.myString

    D.9myString


    9myString

  • 第4题:

    关于VBSCript,下列说法正确的是()。

    A.VBSCript只有一种数据类型。

    B.可以使用Dim、PrivAte、PuBliC和Const关键字声明变量。

    C.VBSCript中,变量必须先声明再使用。

    D.以上全都错误。


    参考答案:A

  • 第5题:

    VBScript中声明多个变量时,使用()分隔变量。
    逗号