网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?()
A

Java.util.Map

B

Java.util.Set

C

Java.util.List

D

Java.util.StoredSet

E

Java.util.StoredMap

F

Java.util.Collection


参考答案

参考解析
解析: 暂无解析
更多 “多选题You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?()AJava.util.MapBJava.util.SetCJava.util.ListDJava.util.StoredSetEJava.util.StoredMapFJava.util.Collection” 相关考题
考题 Which two are functions of Oracle Workflow Directory Service? ()(Choose two.) A. manage workflow notificationsB. provide information about rolesC. store performer and roles relationshipsD. manage workflow session connection

考题 You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides that capability?()  A、Java.util.Map.B、Java.util.Set.C、Java.util.List.D、Java.util.StoredSet.E、Java.util.StoredMap.F、Java.util.Collection.

考题 You work as an application developer at Certkiller .com. Certkiller .com has been hired by a small local private school to develop a class library that will be used in an application named ManageAttendance for the purpose of managing student records.You are responsible for developing this class library. Certkiller .com has instructed you to create a collection in the application to store learners’ results. The school has informed you that they currently only have seven learners, but that this value will triple in the following year. Due to the limited resources, you need to ensure that the collection you create consumes a minimum amount of resources. What should you use to create the collection?()A、 The HybridDictionary collection class.B、 The HashTable collection class.C、 The ListDictionary collection class.D、 The StringCollection collection class.

考题 Your company has a Microsoft Hyper-V Server 2008 R2 environment. You need to manually back up a child partition while it is turned off. Which two elements should you back up?()A、the system stateB、the InitialStore.xml fileC、the child .vhd filesD、the child .xml configuration file

考题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application that allows users to arrange images. You need to ensure that users can arrange child elements in a panel without affecting the size of the elements. You also need to ensure that child elements are oriented horizontally. Which control should you use?()A、ListBoxB、DockPanelC、WrapPanelD、StackPanel

考题 Which two attributes need to match for two switches to become members of the same MST region?  ()A、the table of 4096 elements that map the respective VLAN to STP instance numberB、VTP versionC、configuration revision numberD、native VLAN ID

考题 Which two of these elements need to be configured prior to enabling SSH?()A、hostnameB、loopback addressC、default gatewayD、domain nameE、SSH peer address

考题 Which statement is true for the class java.util.ArrayList?()  A、 The elements in the collection are ordered.B、 The collection is guaranteed to be immutable.C、 The elements in the collection are guaranteed to be unique.D、 The elements in the collection are accessed using a unique key.E、 The elements in the collections are guaranteed to be synchronized.

考题 Which two interfaces provide the capability to store objects using a key-value pair?()A、 Java.util.Map.B、 Java.util.Set.C、 Java.util.List.D、 Java.util.StoredSet.E、 Java.util.StoredMap.F、 Java.util.Collection.

考题 You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?()   A、 Java.util.MapB、 Java.util.SetC、 Java.util.ListD、 Java.util.StoredSetE、 Java.util.StoredMapF、 Java.util.Collection

考题 Which two are functions of Oracle Workflow Directory Service? ()(Choose two.)A、manage workflow notificationsB、provide information about rolesC、store performer and roles relationshipsD、manage workflow session connection

考题 You work as an application developer at Certkiller .com. Certkiller .com has been contracted to develop an application for the local bank.You have been given the responsibility of creating this application and need to store each transaction record, which is identified using a complex transaction identifier,in memory. The bank informs you that the total amount of transaction records could reach 200 per day. To achieve this, you decide to utilize one of the existing collection classes in the .NET 2.0 class library. You need to ensure that you the collection class you select is the most efficient one for storing transaction records.What should you do?()A、 Select the ListDictionary collection class.B、 Select the HashTable collection class.C、 Select the Queue collection class.D、 Select the StringCollection collection class.

考题 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You are going to use the data collector to gather performance data periodically on all instances. You must store all collected data in the same database. This database is hosted on a single instance. Every five hours, you have to collect and load performance data in the management data warehouse. Which data collection process should you implement? () A、You should create a cached data collection B、You should create an on-demand non-cached data collection C、You should create a scheduled non-cached data collection. D、You should create two different SQL Agent jobs. The two jobs are scheduled at the same time. One job uploads the data collection and the other job creates a data collection.

考题 单选题You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You are going to use the data collector to gather performance data periodically on all instances. You must store all collected data in the same database. This database is hosted on a single instance. Every five hours, you have to collect and load performance data in the management data warehouse. Which data collection process should you implement? ()A You should create a cached data collection B You should create an on-demand non-cached data collection C You should create a scheduled non-cached data collection. D You should create two different SQL Agent jobs. The two jobs are scheduled at the same time. One job uploads the data collection and the other job creates a data collection.

考题 多选题Which two of these elements need to be configured prior to enabling SSH? ()AhostnameBloopback addressCdefault gatewayDdomain nameESSH peer address

考题 多选题Which two attributes need to match for two switches to become members of the same MST region?()Athe table of 4096 elements that map the respective VLAN to STP instance numberBVTP versionCconfiguration revision numberDnative VLAN ID

考题 多选题You discover that a particular group of settings named UserPreferences changes.You need to store the UserPreference settings to prevent affecting other applications. Which two actions should you perform?()AUse the Properties.USerPreferences objectBUse the Properties.Settings.Default.Userprefences objectCUse the ConfigurationManager.AppSettings object during runtimeDCreate the settings by using Application scopeECreate the settings by using User scope

考题 多选题Which of these statements concerning the collection interfaces are true?()ASet extends Collection.BAll methods defined in Set are also defined in Collection.CList extends Collection.DAll methods defined in List are also defined in Collection.EMap extends Collection.

考题 多选题Your company has a Microsoft Hyper-V Server 2008 R2 environment. You need to manually back up a child partition while it is turned off. Which two elements should you back up?()Athe system stateBthe InitialStore.xml fileCthe child .vhd filesDthe child .xml configuration file

考题 多选题You are configuring a PPP over Ethernet service offering.Which two type s of interfaces can be dynamically created with aprofile?()AIPBATMCPPPoADPPPoE

考题 多选题Which two classes or interfaces provide a getSession method?()Ajavax.servlet.http.HttpServletRequestBjavax.servlet.http.HttpSessionContextCjavax.servlet.http.HttpsServletResponseDjavax.servlet.http.HttpSessionBindingEventEjavax.servlet.http.HttpSessionAttributeEvent

考题 单选题You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides that capability?()A  Java.util.Map.B  Java.util.Set.C  Java.util.List.D  Java.util.StoredSet.E  Java.util.StoredMap.F  Java.util.Collection.

考题 多选题Your network uses IPv4. You install a server that runs Windows Server 008 at a brach office. The server is configured with two network interfaces. You need to configure routing on the server at the branch office. Which two actions should you perform?()AInstall the Routing and Remote Access role.BRun the netsh ras ip set access ALL commandCRun the netsh interface ipv4 enable commandDEnable the IPv4 Router Routing and Remote Access option

考题 单选题You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides that capability?()A Java.util.Map.B Java.util.Set.C Java.util.List.D Java.util.StoredSet.E Java.util.StoredMap.F Java.util.Collection.

考题 单选题Which statement is true for the class java.util.ArrayList?()A  The elements in the collection are ordered.B  The collection is guaranteed to be immutable.C  The elements in the collection are guaranteed to be unique.D  The elements in the collection are accessed using a unique key.E  The elements in the collections are guaranteed to be synchronized.

考题 多选题Which two interfaces provide the capability to store objects using a key-value pair?()AJava.util.Map.BJava.util.Set.CJava.util.List.DJava.util.StoredSet.EJava.util.StoredMap.FJava.util.Collection.

考题 多选题You install Windows Server 2008 R2 (Server Core Installation) on a server. The server will store virtual machines (VMs) on a volume that is attached to the server by means of an iSCSI connection. You need to configure the server so that VMs can be stored on the iSCSI volume.  Which two commands should you run?()Aiscsicli listTargetBiscsicli qaddTargetCiscsicli qloginTargetDiscsicli AddConnection