Which of the following is not a collection interface in Java?
a) List
b) Map
c) Queue
d) Array
Solution: d) Array
Explanation: Array is not a collection interface in Java.