Multiple choice Which of the following methods is not present in the List Interface? IndexOf(Element : e) Set(index,element) Get(index) Remove(index) None of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation As all the methods are present in the List interface, so this is the correct answer.