initialize set in online java code example Example: java create a set with values Set<String> set = new HashSet<>(Arrays.asList("a", "b", "c"));