Multiple choice

Which of the following methods is not present in the List interface?

  1. indexOf(Element : e)

  2. Setthere(index,element)

  3. Get(index)

  4. Remove(index)

  5. Merge(c:collection,c1:collection)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

There is no method named Merge(c:collection,c1:collection) in List interface.