Question: Consider execution of this code segment: List aList = new ArrayList (); for (int i 11; i <15; i++) { aList.add(i); } What output
Consider execution of this code segment: List aList = new ArrayList (); for (int i 11; i
Step by Step Solution
3.35 Rating (155 Votes )
There are 3 Steps involved in it
Saufion In the first loop we add 4 element to the list making alist 11 12 ... View full answer
Get step-by-step solutions from verified subject matter experts
