Answer:
Processing
Explanation:
The processor of a computer takes inputs runs them through the loaded programs and returns outputs usually to the screen or speakers of the computer.
Answer:
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.
I don't really understand the meaning of the question. Can you reply and i'll try to help...