01.JAVA/Java

배열을 for 사용하지 않고 출력하기...

1010 2009. 12. 21. 18:06
반응형
String[] a = {"a", "b"};
System.out.println(Arrays.asList(a));