자바 예제
다음 예에서는 Java Util 클래스의 Array.fill(arrayname,value) 메서드와 Array.fill(arrayname, 시작 인덱스, 끝 인덱스, 값) 메서드를 통해 배열에 요소를 채웁니다.
위 코드 실행의 출력 결과는 다음과 같습니다.