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


相关考题:

下列语句中,正确的是( )。A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]="Hello-World!";D.char myString[12]="Hello-World!";

在vbscript中定义变量名所用关键字是() A.DIMB.CONSTC.publicD.SET

VBScript中声明Variant变量使用___________语句。

以下关于VBScript语言变量声明的说法中,正确的是______。A.VBScript在使用变量前必须声明变量B.VBScript并不需要声明变量C.只有String类型的VBScript变量才需要在使用前进行说明D.只有Integer类型的VBScript变量才需要在使用前进行说明

在.asp文件中需要显示声明变量时应用VBScript的______语句。A.PublicB.For…NextC.DimD.Option Explicit

关于VBSCript,下列说法正确的是()。 A.VBSCript只有一种数据类型。B.可以使用Dim、PrivAte、PuBliC和Const关键字声明变量。C.VBSCript中,变量必须先声明再使用。D.以上全都错误。

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

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

在Java中,下列()不是合法的变量名A._myStringB.$abC.myStringD.9myString