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

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

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

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

参考答案

更多 “Which interface does java.util.Hashtable implement?()  A、 java.util.MapB、 java.util.ListC、 java.util.HashableD、 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 are using IPv6, and would like to configure EIGRPv3. Which three of these correctly describe how you can perform this configuration?()A、EIGRP for IPv6 is directly configured on the interfaces over which it runs.B、EIGRP for IPv6 is not configured on the interfaces over which it runs, but if a user uses passive-interface configuration, EIGRP for IPv6 needs to be configured on the interface that is made passive.C、There is a network statement configuration in EIGRP for IPv6, the same as for IPv4.D、There is no network statement configuration in EIGRP for IPv6.E、When a user uses a passive-interface configuration, EIGRP for IPv6 does not need to be configured on the interface that is made passive.F、When a user uses a non-passive-interface configuration, EIGRP for IPv6 does not need to be configured on the interface that is made passive

考题 Which interface does java.util.Hashable implement?()  A、 Java.util.Map.B、 Java.util.List.C、 Java.util.Hashable.D、 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

考题 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 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 three are true about servlet filters?()A、A filter must implement the destroy method.B、A filter must implement the doFilter method.C、A servlet may have multiple filters associated with it.D、A servlet that is to have a filter applied to it must implement the javax.servlet.FilterChain interface.E、A filter that is part of a filter chain passes control to the next filter in the chain by invoking the FilterChain.forward method.

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

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

考题 单选题Which interface must a session attribute implement if it needs to be notified when a web container persistsa session?()A javax.servlet.http.HttpSessionListenerB javax.servlet.http.HttpSessionBindingListenerC javax.servlet.http.HttpSessionAttributeListenerD javax.servlet.http.HttpSessionActivationListener

考题 单选题Which interface must a class implement so that instances of the class are notified after any object is addedto a session?()A javax.servlet.http.HttpSessionListenerB javax.servlet.http.HttpSessionValueListenerC javax.servlet.http.HttpSessionBindingListenerD javax.servlet.http.HttpSessionAttributeListener

考题 单选题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