0 votes
in JAVA by

Which of the following is not a collection interface in Java?

a) List

b) Map

c) Queue

d) Array

1 Answer

0 votes
by

Solution: d) Array

Explanation: Array is not a collection interface in Java.

...