About Question enthuware.ocpjp.v8.2.1747 :
Posted: Sat Nov 28, 2015 5:26 am
There is a small typo in this question - no al is in the code. There is also an extra ).
To match answers first line in the main method should be changed to:
List<Integer> al = Arrays.asList(100,200,230,291,43);
To match answers first line in the main method should be changed to:
List<Integer> al = Arrays.asList(100,200,230,291,43);