for (int i=0; i<some.length; i++) { ... }

for (int i=0, max=some.length; i<max; i++) { ... }



자바 ㅊㅊ좀;>;>