Home » JAVA Programming » Collections » Question
  1. Which of these method is used to add an element to the start of a LinkedList object?
    1. AddFirst()
    2. addFirst()
    3. add()
    4. first()
    5. None of these
Correct Option: B

addFirst()



Your comments will be displayed only after manual approval.