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