asked
Learning Java through Pictures, Part 2: Object Orientation!
Object combinations and class variables
Written on
·
300
0
매개변수에 new 없이 int[]{9, 8, 10}하면 안되나요?
new를 붙이신 이유가 뭔가요??
Answer 1
1
입력값으로 전달할 배열을소괄호 안에서직접 만든 것입니다.
"자바 배열 생성 new"정도로 구글링해보세요