Varargs(VARiable ARGumentS; 가변인자)

CODEDRAGON Development/Java

반응형



 

Varargs(VARiable ARGumentS; 가변인자)

·         가변인자 Variable number of arguments

·         JDK 5.0에서 새롭게 추가된 기능

·         타입은 일치하지만 인자의 개수가 가변적인 매개변수입니다.

·         넘어온 인자는 내부적으로 배열화 작업을 자동적으로 주게 되어 모두 배열로 관리되어집니다.

 

 

 

JAVA 가변인자

http://codedragon.tistory.com/7897

 

 

 

Kotlin 가변인자

http://codedragon.tistory.com/7816

 


반응형