티스토리 뷰
728x90
반응형
listOf vs arrayOf
결론 부터 말하면
Arrays 는 고정크기, List 는 가변크기를 가진다
JVM 에서 Array 는 arrays 를 말하고
List 는 java.util.List 를 말한다
+ References
< https://stackoverflow.com/questions/36262305/difference-between-list-and-array-types-in-kotlin >
< https://www.quora.com/What-is-the-difference-between-arrayOf-and-listOf-in-Kotlin >
반응형
'프로그래밍 > Kotlin' 카테고리의 다른 글
[Kotlin] lateinit vs lazy (0) | 2018.08.23 |
---|---|
[Kotlin] 배열에서 초기화 (0) | 2018.08.10 |
[Kotlin] Convert a char to int (0) | 2018.08.10 |
[Kotlin] Collections 초기화 (0) | 2018.08.10 |
[Kotlin] Int[] n = new Int[size] (0) | 2018.08.09 |
공지사항
최근에 올라온 글