Which of these method of Array class is used sort an array or its subset?
(a) binarysort()
(b) bubblesort()
(c) sort()
(d) insert()
The question was asked in final exam.
Question is from Java.util topic in section java.util – The Collections Framework of Java