Kotlin - Variables and Type System
What is a key characteristic of a
const val in Kotlin?const val in Kotlin?const val meansconst val declares a constant whose value is known at compile time and cannot be changed later.const val is a compile-time constant and immutable.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions