Question: Given the class declaration below, what can be inferred about the nature of java.util.Iterator? import java.util.Iterator private static class GenericArrayListIterator implements Iterator { } {

Given the class declaration below, what can be inferred about the nature of java.util.Iterator?
import java.util.Iterator
private static class GenericArrayListIterator implements Iterator {}{} Options: a..
it must implement the Iterable interface
b..
it must implement some utility methods to aid iteration
c..
it must be an abstract class
d..
it must be an interface class

Step by Step Solution

3.34 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The detailed answer for the above question is provided below The question refers to the nature of ja... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!