Home » JAVA Programming » Collections » Question
  1. Which of these is a Basic interface that all other interface inherits?
    1. List
    2. Set
    3. Collection
    4. Array
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.