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)- A7% (2)
- B4% (1)
- C75% (21)
- D14% (4)
Community Discussion
No community discussion yet for this question.