String[] arrData = {"Alpha", "Beta", "Gamma", "Delta", "Sigma"}; for (String strTemp : arrData){ System.out.println(strTemp); }