I am new in Java and Kotlin.
Recently when I read a tutorial while learning Kotlin.
I found there are some Array/List confusing me.
ArrayList, IntArray and Array<Int>?Major differences
ArrayList : resizable, Generic (Objects)
IntArray : primitive, fix length, only Int values
Array<Int> : Generic (Objects), fix length
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With