InterviewSolution
Saved Bookmarks
| 1. |
Which of these iterators can be used only with List?(a) Setiterator(b) ListIterator(c) Literator(d) None of the mentionedThis question was posed to me during an online exam.My doubt stems from Iterators in portion java.util – The Collections Framework of Java |
|
Answer» The CORRECT CHOICE is (B) ListIterator |
|