Kotlin - Collections Fundamentals
What will happen when the following Kotlin code is executed?
val items = listOf("a", "b", "c")
items.add("d")val items = listOf("a", "b", "c")
items.add("d")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions