Multiple choice Which of the following methods are present in List Interface? SubList (int startindex, int endindex) PreviousIndex() NextIndex() HasPrevious() HasMiddle() Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct answer. SubList() method is present in the List Interface and it returns a sublist from the startindex to the endindex. So, this is the correct answer.