java.util.Map
java.util.List
java.util.Hashable
java.util.Collection
第1题:
Which interface does java.util.Hashable implement?()
第2题:
Which interface must a class implement to be informed of a session creation event?()
第3题:
With which two does a scheduler map associate? ()
第4题:
Which of the following interfaces is required to implement Workload Partition Mobility? ()
第5题:
Which statements about inheritance are true?()
第6题:
Which three are true about servlet filters?()
第7题:
trusted port
internal port
trust interface
untrust interface
第8题:
Java.util.Map.
Java.util.List.
Java.util.Hashable.
Java.util.Collection.
第9题:
Objects from classes that use aggregation cannot be serialized
An object serialized on one JVM can be successfully deserialized on a different JVM
The values in fields with the volatile modifier will NOT survive serialization and deserialization
The values in fields with the transient modifier will NOT survive serialization and deserialization
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable
第10题:
The class implements java.lang.Comparable.
The class implements java.util.Comparator.
The interface used to implement sorting allows this class to define only one sort sequence.
The interface used to implement sorting allows this class to define many different sort sequences.
第11题:
EIGRP for IPv6 is directly configured on the interfaces over which it runs.
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.
There is a network statement configuration in EIGRP for IPv6, the same as for IPv4.
There is no network statement configuration in EIGRP for IPv6.
When a user uses a passive-interface configuration, EIGRP for IPv6 does not need to be configured on the interface that is made passive.
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
第12题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第13题:
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?()
第14题:
Which three statements concerning the use of the java.io.Serializable interface are true?()
第15题:
Which three methods of source NAT does JUNOS Software support?()
第16题:
Which interface does java.util.Hashtable implement?()
第17题:
Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo() method, which two statements are true?()
第18题:
Which type of traffic will cause Policed Discards errors on an interface on a JUNOS device?()
第19题:
Objects from classes that use aggregation cannot be serialized.
Art object serialized on one JVM can be successfully deserialized on a different JVM.
The values in fields with the volatile modifier will NOT survive serialization anddeserialization.
The values in fields with the transient modifier will NOT survive serialization anddeserialization.
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
第20题:
DataPagingField
DataPagerCollection
DataPager
DataPaging
第21题:
In Java programming language only allows single inheritance.
In Java programming language allows a class to implement only one interface.
In Java programming language a class cannot extend a class and implement a interface together.
In Java programming language single inheritance makes code more reliable.
第22题:
Workload Partitions Manager for AIX
Hardware Management Console (HMC) GUI
Integrated Virtualization Manager (IVM)
Advanced System Management Interface (ASMI)
第23题:
javax.servlet.http.HttpSessionListener
javax.servlet.http.HttpSessionValueListener
javax.servlet.http.HttpSessionBindingListener
javax.servlet.http.HttpSessionAttributeListener