The syntax used to declare a StreamWriter variable is ____.

A. {Dim|Private} streamWriterVariableName IO.StreamWriter
B. {Dim|Private} streamWriterVariableName As IN.StreamWriter
C. {Dim|Private} streamWriterVariableName As IO.StreamWriter
D. {Dim|Private} streamWriterVariableName As StreamWriter


Answer: C

Computer Science & Information Technology

You might also like to view...

The variable declaration ___________ causes the allocation of storage space for one variable of type catType.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The Query Designer creates queries within database objects

Indicate whether the statement is true or false

Computer Science & Information Technology

The compiler will, by default, associate an else with the closest previous unpaired if, unless braces are used to alter this default pairing.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To comply with security requirements, an administrator with a vCenter Server Appliance needs to force logoff of the vSphere web client after 10 minutes of inactivity. What should the administrator do to meet the requirement?

A. Edit: /var/lib/vmware/vsphere-client/webclient.properties, modify session.timeout=10 B. Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=600 C. Edit: /var/lib/vmware/vsphere-client/webclient.properties modify session.timeout=600 D. Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=10

Computer Science & Information Technology