arraylist with initial values code example Example: arraylist with values List<String> x = new ArrayList<>(Arrays.asList("xyz", "abc"));