About Question enthuware.ocpjp.v8.2.1793 :
Posted: Wed Oct 28, 2015 5:04 pm
so, correct answer is either "None of the Above" or Option 2/3 after adding .get() .Option2:
ls.stream().max(Comparator.comparing(a->a));
returns Optional<Integer>