Home »
Unlabelled »
for(Object obj: expression) { } What interface must the ?expression? implement in order for you to use it with enhanced for loop construct? | JAVA JSP
for(Object obj: expression) { } What interface must the ?expression? implement in order for you to use it with enhanced for loop construct? | JAVA JSP
A. Iterator
B. Map
C. Enumeration
D. Iterable
Ans: D
No comments:
Post a Comment