arraylist from string array code example Example: java string array to arraylist new ArrayList( Arrays.asList( new String[]{"abc", "def"} ) );