You are on page 1of 1

Arrays Class

For reference, the Arrays class also has static methods for working with arrays
• For example:

List list = Arrays.asList(array) – returns List from array

Arrays.sort(array) – sorts array using quick sort algorithm

Property of Penn Engineering |

You might also like