Multiple Choice
To find the smallest and largest element of a Collection,use Collections methods _________ and __________.
A) least,greatest.
B) small,large.
C) first,last.
D) min,max.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Algorithm _ randomly orders a List's elements.<br>A)
Q4: _ allows a program to walk through
Q8: Which statement is false?<br>A) A ListIterator accesses
Q9: Which statement is false?<br>A)When a List is
Q11: Which statement is false?<br>A) SortedSet extends Set.<br>B)
Q13: A Properties object is a _ Hashtable
Q16: Which of these is not an example
Q27: Collections method _ returns true if two
Q30: The classes and interfaces which comprise the
Q30: Which statement is false?<br>A) The Collections API