자바는 1.5 버전부터 foreach loop 를 지원하고 있습니다. 기존에 사용하던 for 구문을 벗어나, 특히 collection 구조를 아주 손쉽게 사용하도록 합니다. 아래 샘플을 직접 실행해보면 쉽게 이해가 될것으로 보입니다. Java tutorial - https://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html The for Statement (The Java™ Tutorials > Learning the Java Language > Language Basics) The Java Tutorials have been written for JDK 8. Examples and practices described in this page don..