java fill arraylist with strings code example Example: java instantiate list with value List<String> strings = Arrays.asList("foo", "bar", "baz");