Multiple choice Which of the following methods is/are static in Collections class? Frequency(c : collection, o : object) Reverse(List) Sort(List) Both (1) and (2) All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation As I explained that all the methods given in the options are static and are present in Collections class. So, this is the correct choice.