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