Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these is Basic interface that all other interface inherits?
  2. A.
    Set
    B.
    Array
    C.
    List
    D.
    Collection

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    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


Be The First To Comment