A, B, and G are required. The as List() method converts an array to a List. Youcan find the index of an element in a List with the binarySearch() method, but beforeyou do that you must sort the list using sort(). F is incorrect because contains() returns a boolean, not an index. C, D, and E areincorrect, because these methods are not defined in the List interface.