Multiple choice

Which of the following methods is/are static in collections class?

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

  2. Reverse(List)

  3. Sort(List)

  4. Both 1 and 2

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

 All the methods given are static and present in collections class.