当前位置:MCPD(70-536)题库

问题:

[单选] 您正在开发.NET Framework2.0应用程序用于存储类型安全列表中的姓名和电子邮件地址。列表中将填充所有在那些从排序的数据,这意味着您不总是需要执行插入或删除对数据的操作。您需要选择一种数据结构,优化内存使用,并且具有良好的性能。你应该做什么?()

A . 应使用 System.Collections.Generic.SortedList 类
B . 应使用 System.Collections.HashTable 类
C . 应使用 System.Collections.Generic.SortedDictionary 类
D . 应使用 System.Collections.SortedList 类

森林与森林资源有何区别? 医疗器械不良事件,是指获准上市的质量合格的医疗器械在正常使用情况下发生的,导致或者可能导致人体伤害的各种有害事件。 医疗器械不良事件监测,是指对医疗器械不良事件的发现、报告和控制的过程。 膨化原理。 Which of the following best describes the following command: ip flow-export destination192.168.1.50 1500?() it is not a valid NetFlow command。 it is an SNMP command that exports 1500-byte packets to IP address 192.168.1.50。 it is a NetFlov/ command that v/ill export 1500-byte packets to IP address 192.168.1.50。 it is a NetFlov/ command that allows IP address 192.168.1.50 to send traffic to port 1500。 It is a NetFlov/ command that v/ill specify that the NetFlov/ collector’s IP address is192.168.1.50 over UDP port 1500。 It is an SNMP command that exports flows to destination address 1Q2.168.1.50 for packets upto an MTU of 1500。 您正在开发.NET Framework2.0应用程序用于存储类型安全列表中的姓名和电子邮件地址。列表中将填充所有在那些从排序的数据,这意味着您不总是需要执行插入或删除对数据的操作。您需要选择一种数据结构,优化内存使用,并且具有良好的性能。你应该做什么?()
参考答案:

  参考解析

System.Collections.Generic.SortedList<>;//和SortedDictionary<>功能相似,但内部算法不同,其Keys、Values可通过索引访问。

在线 客服