Multiple Choice
A(n) __________ allows a program to walk through the collection and remove elements from the collection.
A) Set.
B) Queue.
C) Iterator.
D) List.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Interface Collection contains _ operations (i.e., operations
Q8: Which statement is false?<br>A) A ListIterator accesses
Q9: Which of the following performs an unboxing
Q10: Collections method sort that accepts a List
Q11: Which statement is false?<br>A) SortedSet extends Set.<br>B)
Q13: LinkedList method listIterator returns a(n) _.<br>A) Iterator.<br>B)
Q14: Comparator method compare should return _ if
Q15: PriorityQueue method _ inserts an element at
Q16: Which of these is not an example
Q17: Method shuffle is a member of _.<br>A)