List<String> list = new ArrayList<>(); list.add("a"); list.add("ab"); list.add("abc"); list.add("abcd"); // convert String[] array = list.toArray();