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

问题:

[单选] Certkiller.com 已经被本地小私立学校聘请开发一类库,将在名为ManageAttendance的 学生档案管理应用程序中使用,ManageAttendance 名学生档案您应负责此类库的开发。Certkiller.com 已指示您在应用程序中创建集合以存储学习的结果目前仅有七个学生,但此值将增加两倍,在下一年度,学校已通知您。由于对有限的资源,您需要确保您所创建的集合消耗最少的资源。创建集合,您应该使用什么?()

A . HybridDictionary 的集合类
B . 哈希表集合类
C . ListDictionary 的集合类
D . StringCollection 的集合类

医疗器械经营企业、使用单位和第一类医疗器械生产企业应当在每年()月底之前对上一年度的医疗器械不良事件监测工作进行总结,并保存备查。 石英-硫化物期 Which of the following are not true OSPF LSA rules?() OSPF LSA type 5 triggers an LSA type 7 at an ABR between an NSSA and the backbone area。 OSPF LSA type 1 triggers an LSA type 3 at an ABR.。 OSPF LSA type 7 triggers an LSA type 5 at an ABR between an NSSA and the backbone area。 OSPF LSA type 3 triggers an LSA type 4 at an ABR.。 OSPF LSA type 5 triggers an LSA type 7 at an A5BR but only in N5SAs。 OSFP LSA type 2 triggers an LSA type 3 at an ABR。 You are implementing an ASP.NET AJAX page. You add the following control to the page. You need update the contents of the UpdatePanel without causing a full reload of the page. Which two actions should you perform?() Add the following control before the UpdatePanel.。 Add the following control within the UpdatePanel.。 Add an AsyncPostBackTrigger that references Timer1.。 Add a PostBackTrigger that references Timer1.。 简述短期有价证券的特点及企业持有的原因。 Certkiller.com 已经被本地小私立学校聘请开发一类库,将在名为ManageAttendance的 学生档案管理应用程序中使用,ManageAttendance 名学生档案您应负责此类库的开发。Certkiller.com 已指示您在应用程序中创建集合以存储学习的结果目前仅有七个学生,但此值将增加两倍,在下一年度,学校已通知您。由于对有限的资源,您需要确保您所创建的集合消耗最少的资源。创建集合,您应该使用什么?()
参考答案:

  参考解析

它利用了ListDictionary处理小集合时性能改善的优点,同时也可灵活地切换到处理较大集合时能力比ListDictionary更好的Hashtable。
如果集合的初始大小大于ListDictionary的最佳大小,则集合将存储在Hashtable中,以避免将元素从ListDictionary复制到Hashtable产生的系统开销。

在线 客服