Home » JAVA Programming » Collections » Question
  1. Which of these interface declares core method that all collections will have?
    1. Comparator
    2. set
    3. Collection
    4. EventListner
    5. None of these
Correct Option: C

Collection interfaces defines core methods that all the collections like set, map, arrays etc will have.



Your comments will be displayed only after manual approval.