Which of the following statements are true?()
第1题:
A. A routed protocol is assigned to an interface and determines the method of packet deliver.
B. A routing protocol determines the path of a packet through a network.
C. A routed protocol determines the path of a packet through a network.
D. A routing protocol operates at the transport layer of the OSI model.
E. A routed protocol updates the routing table of a router.
第2题:
1. public class Person { 2. private String name; 3. public Person(String name) { this.name = name; } 4. public boolean equals(Person p) { 5. return p.name.equals(this.name); 6. } 7. } Which is true?()
第3题:
A.A finalizer may NOT be invoked explicitly.
B.The finalize method declared in class Object takes no action.
C.super.finalize()is called implicitly by any over riding finalize method.
D.The finalize method for a given objec twill be called no more than once by the garbage collector.
E.The order in which finalize will be called on two objects is based on the order in which the two objects became finalizable.
第4题:
Given that b and c refer to instances of wrapper classes, which two statements are true?()
第5题:
Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()
第6题:
A. A routing protocol is assigned to an interface and determines the method of packet delivery.
B. A routed protocol is assigned to an interface and determines the method of packet delivery.
C. A routing protocol determines the path of a packet through a network.
D. A routed protocol determines the path of a packet through a network.
E. A routing protocol operates at the transport layer of the OSI model.
F. A routed protocol updates the routing table of a router.
第7题:
Which two of statements are true?()
第8题:
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.
第9题:
Which of the following statements about variables and scope are true?()
第10题:
Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo() method, which two statements are true?()