Multiple Choice
Which one of the following declares a List variable and creates a List object at the same time.
A) New lstNames As List Of String
B) lstNames As String Object
C) Dim lstNames As New String
D) Dim lstNames As New List(Of String)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The lowest possible subscript of an array
Q25: In Visual Basic you can use the
Q26: Procedures can be written to handle arrays
Q27: What does the following section of code
Q27: What does the following section of code
Q28: How many elements can be stored in
Q29: What happens to most controls when the
Q30: Which statement is not true about the
Q31: In the array declaration below, what is
Q32: What is the error in the following