Multiple choice Which of the following methods in Collections class is not static? Min(c : collection) Shuffle(list) Frequency(c : collection, o : object) Copy(destination, source) 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.