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

This is the correct answer because there is no method named Merge(c : collection, c1 : collection) in Collections class.