InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a method of ListIterator used toobtain index of previous element?(a) previous()(b) previousIndex()(c) back()(d) goBack()The question was posed to me in homework.Origin of the question is Iterators in section java.util – The Collections Framework of Java |
|
Answer» The correct choice is (b) previousIndex() |
|