Kotlin - Collections Fundamentals
What will be the output of this Kotlin code?
val list = mutableListOf(1, 2, 3) list.add(4) println(list)
val list = mutableListOf(1, 2, 3) list.add(4) println(list)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions