You can use the methods in the Arrays class to
a. find the maximum object in an array based on the compareTo method.
b. find the maximum object in an array using a Comparator object.
c. sort an array.
d. shuffle an array.
e. do a binary search on an array.
ce
You might also like to view...
To access the Windows uninstall utility, go to the _____, then select Uninstall a Program.
A. My Computer B. Control Panel C. All Programs D. Help and Support
The align and valign properties are used for aligning columns vertically.
Answer the following statement true (T) or false (F)
The statement ____ assigns the string "Madrid" to the first element in thestrCitiesarray.
A. strCities(0) = Madrid B. strCities(0) = "Madrid" C. strCities(1) = Madrid D. strCities(0) = {Madrid}
In an array, what is the index of the first element?
A. 0 B. 1 C. 2 D. 3