Which of these is a Basic interface that all other interface inherits?
(a) Set
(b) Array
(c) List
(d) Collection
(a) Set
(b) Array
(c) List
(d) Collection
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (d) Collection
For explanation I would say: Collection interface is inherited by all other interfaces like Set, Array, Map etc. It defines core methods that all the collections like set, map, arrays etc will have