Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. What is Collection in Java?
  2. A.
    A group of objects
    B.
    A group of classes
    C.
    A group of interfaces
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    A collection is a group of objects, it is similar to String Template Library (STL) of C++ programming language.


Be The First To Comment