public class EnhancedForTest { public static void main(String... args) { String[] strArr = {"A", "B", "C", "D"}; for (final String s : strArr) { System.out.println(s); } } }
s
for
i
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)