class Test { void test(String[] data) { for (String item : data) { System.out.println(item); } } }