ArrayList al = new ArrayList(); //Fill the array ........... String[] aStrings = (String[]) al.toArray(new String[0]);
No comments:
Post a Comment