A.应使用 System.Collections.Generic.SortedList 类
B.应使用 System.Collections.HashTable 类
C.应使用 System.Collections.Generic.SortedDictionary 类
D.应使用 System.Collections.SortedList 类
第1题:
A.
B.
C.
D.
第2题:
A.Int32
B.UInt16
C.UInt32
D.Int16
第3题:
A.使用 ThreadPool.queueUserWorkItem。
B.使用 ThreadPool.UnsafeQueueUserWorkItem。
C.使用 Thread.Resume。
D.使用 Thread.Start
第4题:
A.选择 ListDictionary 集合类
B.选择哈希表集合类
C.选择队列的集合类
D.选择 StringCollection 集合类
第5题:
A.应使用Icon类
B.应使用Metafile类
C.应使用Image类
D.应使用Bitmap类