Which of these methods is used to obtain an iterator to the start of collection?
(a) start()
(b) begin()
(c) iteratorSet()
(d) iterator()
The question was asked during an internship interview.
This interesting question is from Iterators in division java.util – The Collections Framework of Java