What is the relationship between
ArrayList
and a
List
?
ArrayList
is a class that implements the
List
interface.
They are unrelated concepts.
ArrayList
is a subclass of
List
.
ArrayList
is a superclass of
List
.
There are not hints for this question