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

题目内容 (请给出正确答案)

Which interface does java.util.Hashable implement?()  

  • A、 Java.util.Map.
  • B、 Java.util.List.
  • C、 Java.util.Hashable.
  • D、 Java.util.Collection.

参考答案

更多 “Which interface does java.util.Hashable implement?()  A、 Java.util.Map.B、 Java.util.List.C、 Java.util.Hashable.D、 Java.util.Collection.” 相关考题
考题 Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo()method, which two statements are true?() A.The class implements java.lang.Comparable.B.The class implements java.util.Comparator.C.The interface used to implement sorting allows this class to define only one sort sequence.D.The interface used to implement sorting allows this class to define many different sort sequences.

考题 Which interface does the Infranet Controller use to push the configuration? () A. trusted portB. internal portC. trust interfaceD. untrust interface

考题 With which two does a scheduler map associate? () A.SchedulerB.BA ClassifierC.QueuesD.Interface

考题 Which type of traffic will cause Policed Discards errors on an interface on a JUNOS device?() A.Traffic that does not match any route in the forwarding table.B.Traffic that exceeds the bandwidth of the interface.C.Traffic of unsupported protocols on that interface.D.Traffic arriving on unknown virtual-circuits on that interface.

考题 With which three tasks does the IPS Policies Wizard help you? ()A、Selecting the interface to which the IPS rule will be appliedB、Selecting the Signature Definition File (SDF) that the router will useC、Selecting the direction of traffic that will be inspectedD、Selecting the inspection policy that will be applied to the interface

考题 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 create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()A、the ITemplatable interface B、the INamingContainer interface C、the IRequiresSessionState interfaceD、the IPostBackDataHandler interface

考题 Which interface must a class implement to be informed of a session creation event?()A、 javax.servlet.http.HttpSessionListenerB、 javax.servlet.http.HttpSessionBindingListenerC、 javax.servlet.http.HttpSessionCreationListenerD、 javax.servlet.http.HttpSessionActivationListener

考题 Which three statements concerning the use of the java.io.Serializable interface are true?()A、Objects from classes that use aggregation cannot be serializedB、An object serialized on one JVM can be successfully deserialized on a different JVMC、The values in fields with the volatile modifier will NOT survive serialization and deserializationD、The values in fields with the transient modifier will NOT survive serialization and deserializationE、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable

考题 With which two does a scheduler map associate? ()A、SchedulerB、BA ClassifierC、QueuesD、Interface

考题 java.util.Hashable可以实现的接口是()。A、java.util.Map.B、java.util.List.C、java.util.Hashable.D、java.util.Collection.

考题 java.util.HashTable可以实现的接口是()。A、Java.util.HashablE.B、Java.util.List.C、Java.util.Map.D、Java.util.Collection.

考题 Which of the following interfaces is required to implement Workload Partition Mobility? ()A、 Workload Partitions Manager for AIXB、 Hardware Management Console (HMC) GUIC、 Integrated Virtualization Manager (IVM)D、 Advanced System Management Interface (ASMI)

考题 Which interface does java.util.Hashtable implement?()  A、 java.util.MapB、 java.util.ListC、 java.util.HashableD、 java.util.Collection

考题 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.

考题 Which statements about inheritance are true?()         A、 In Java programming language only allows single inheritance.B、 In Java programming language allows a class to implement only one interface.C、 In Java programming language a class cannot extend a class and implement a interface together.D、 In Java programming language single inheritance makes code more reliable.

考题 Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo() method, which two statements are true?()A、The class implements java.lang.Comparable.B、The class implements java.util.Comparator.C、The interface used to implement sorting allows this class to define only one sort sequence.D、The interface used to implement sorting allows this class to define many different sort sequences.

考题 Which interface does the Infranet Controller use to push the configuration? ()A、trusted portB、internal portC、trust interfaceD、untrust interface

考题 Which type of traffic will cause Policed Discards errors on an interface on a JUNOS device?()A、Traffic that does not match any route in the forwarding table.B、Traffic that exceeds the bandwidth of the interface.C、Traffic of unsupported protocols on that interface.D、Traffic arriving on unknown virtual-circuits on that interface.

考题 Which three statements concerning the use of the java.io.Serializable interface are true?()A、Objects from classes that use aggregation cannot be serialized.B、An object serialized on one JVM can be successfully deserialized on a different JVM.C、The values in fields with the volatile modifier will NOT survive serialization and deserialization.D、The values in fields with the transient modifier will NOT survive serialization and deserialization.E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.

考题 Which class provides paging functionality for data-bound controls that implement the IPageableItemContainer interface?()A、DataPagingFieldB、DataPagerCollectionC、DataPagerD、DataPaging

考题 单选题Which interface does java.util.Hashable implement?()A  Java.util.Map.B  Java.util.List.C  Java.util.Hashable.D  Java.util.Collection.

考题 多选题Which three statements concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serializedBAn object serialized on one JVM can be successfully deserialized on a different JVMCThe values in fields with the volatile modifier will NOT survive serialization and deserializationDThe values in fields with the transient modifier will NOT survive serialization and deserializationEIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable

考题 单选题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 interface does java.util.Hashtable implement?()A  java.util.MapB  java.util.ListC  java.util.HashableD  java.util.Collection

考题 多选题Which statements about inheritance are true?()AIn Java programming language only allows single inheritance.BIn Java programming language allows a class to implement only one interface.CIn Java programming language a class cannot extend a class and implement a interface together.DIn Java programming language single inheritance makes code more reliable.

考题 单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()A the ITemplatable interface B the INamingContainer interface C the IRequiresSessionState interfaceD the IPostBackDataHandler interface