nerdexam
Microsoft

98-379 · Question #191

You are developing a web application by using VB. NET. You must store an undetermined number of usernames. What should you use to store the data?

The correct answer is C. List(Of String). See the full explanation below for the reasoning.

Question

You are developing a web application by using VB. NET. You must store an undetermined number of usernames. What should you use to store the data?

Options

  • AString ()
  • BString
  • CList(Of String)
  • DLong

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    75% (21)
  • D
    14% (4)

Community Discussion

No community discussion yet for this question.

Full 98-379 Practice