Kotlin - Collections Fundamentals
Which Kotlin function creates a list that cannot be changed after it is created?
listOf creates a fixed list that cannot be changed after creation.mutableListOf creates a list that can be changed (add/remove items).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions