Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method is used to add an element to the start of a LinkedList object?
  2. A.
    add()
    B.
    first()
    C.
    AddFirst()
    D.
    addFirst()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    addFirst()


Be The First To Comment