Multiple choice

Which of the following methods in collections class is not static?

  1. Min(c:Collection)

  2. Shuffle(list)

  3. Frequency(c :collection, o :object)

  4. Copy(destination,source)

  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 the collections class.