ArrayList<>(String) arrList = new ArrayList<>(Arrays.asList(array));

String[] array = arrList.toArray();

+ Recent posts