Examlex

Solved

Consider the Following Code Snippet

question 21

Multiple Choice

Consider the following code snippet:
String[] data = { "123", "ghi", "jkl", "def", "%&*" };
Which statement sorts the data array in ascending order?


Definitions:

Related Questions