Determine the order

Report a typo

Here is code with an iterator:

Set<String> set = new LinkedHashSet<>();
// add some elements to the set
Iterator<String> iterator = set.iterator();

In what order will the iterator return elements?

Select one option from the list
___

Create a free account to access the full topic