linusjyron5093 linusjyron5093 29-02-2024 Computers and Technology contestada What will be the output of the following code? Set set = new TreeSet<>(Comparator.comparing(String::length)); set.add("ABC"); set.add("ABD"); System.out.println(set);