how to initialise the values of a set code example Example: java create a set with values Set<String> set = new HashSet<>(Arrays.asList("a", "b", "c"));