1.Arrays工具类针对数组进行操作的工具类
提供了排序查找等功能
2.方法:
Arrays.toString(int[] a) 将数据转换成字符串 Arrays.sort(int[] a) 将数组排序 Arrays.binarySeach(int[] a,int key) 二分法查找