Sudhir Singh Khanger
12/29/2020, 4:05 AMIn Java, arrays store primitive types whereas collections store boxed types. In Kotlin, both arrays and collections store boxed type whereas one can use classes like,IntArray, etc. to store primitive data type without boxing.ByteArray
ephemient
12/29/2020, 4:35 AMephemient
12/29/2020, 4:38 AMnanodeath
12/29/2020, 4:48 PM