Class Arrays methods sort, binarySearch, equals and fill are overloaded for primitive-type arrays and Object arrays. In addition, methods __________ and __________ are overloaded with generic versions.

a. sort, binarySearch.
b. sort, fill.
c. binarySearch, equals.
d. binarySearch, fill.

c. binarySearch, equals.

Computer Science & Information Technology

You might also like to view...

What can a constructor return? _______________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When an application interacts with data, which methods should be used?

A. onStart() and/or onPause() B. onPause() and/or onResume() C. onStart() and/or onDestroy() D. onPause() and/or onDestroy()

Computer Science & Information Technology