Ask Question
4 August, 23:46

The ListIterator interface

a. specializes the Iterator interface to work with lists, but adds no new methods

b. adds to Iterator the ability to move backwards in the collection

c. adds to Iterator the ability to iterate over several collections, if those collections are lists

d. None of the above

+1
Answers (1)
  1. 5 August, 02:29
    0
    b. adds to Iterator the ability to move backwards in the collection

    Explanation:

    In Java programming, the ListIterator interface adds to Iterator the ability to be bidirectional i. e move backwards and forward in the collection and it is a sub-interface of the Iterator interface.

    The ListIterator interface makes it possible to modify any list during iteration and determine its position in the list.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The ListIterator interface a. specializes the Iterator interface to work with lists, but adds no new methods b. adds to Iterator the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers