MCQOPTIONS
Saved Bookmarks
| 1. |
Object[] names = new String[3];names[0] = new Integer(0);24.How to sort an array? |
| A. | Array.sort() |
| B. | Arrays.sort() |
| C. | Collection.sort() |
| D. | System.sort() |
| Answer» C. Collection.sort() | |