Question:You are developing a .NET Framework 2.0 application used to store a type-safe list of
names and e-mail addresses. The list will be populated all at ones from the sorted data which means you
well not always need to perform insertion or deletion operations on the data. You are required to choose a
data structure that optimizes memory use and has good performance.
What should you do? -(VB.NET) 

A The System.Collections.Generic.SortedList class should be used 

B The System.Collections.HashTable class should be used 

C The System.Collections.Generic.SortedDictionary class should be used 

D The System.Collections.SortedList class should be used 

+ Answer
+ Report
Total Preview: 1241

Copyright © 2024. Powered by Intellect Software Ltd