Multiple choice Which of the following methods is not present in the List interface? indexOf(Element : e) Setthere(index,element) Get(index) Remove(index) Merge(c:collection,c1:collection) Reveal answer Fill a bubble to check yourself E Correct answer Explanation There is no method named Merge(c:collection,c1:collection) in List interface.