Multiple choice Which of the following methods is not present in the Java Collections 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, not in Collection interface.