자바(java) 문자열 배열 생성/초기화 예제

By | 12월 15, 2011


String s[] = new String[5];    //생성만

String s[] = {"Lars", "Bruce", "Alisa"};     //생성과 동시에 초기화

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments