for(Object obj: expression) { } What interface must the ?expression? implement in order for you to use it with enhanced for loop construct?
Reveal answer
Fill a bubble to check yourself
for(Object obj: expression) { } What interface must the ?expression? implement in order for you to use it with enhanced for loop construct?