Multiple choice Which of the following methods is not present in the java collection interface? RetainAll(collection c) ToArray() ContainsAll() AddAll(Collection c) First() Reveal answer Fill a bubble to check yourself E Correct answer Explanation First() method is present in sortedSet interface and not in collection interface. So this is the correct choice as this method is not present in the collection interface.