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 There is no method named Merge(c:collection,c1:collection) in the collections class.