Multiple choice Which of the following methods is present in LinkedList class in Java collections? addFirst() setFirst() setLast() indexOf(e:Element) lastIndexOf(e:element) Reveal answer Fill a bubble to check yourself A Correct answer Explanation addFirst() method is used to add element to the head of the list.