In Kotlin, all variables are non-nullable by default. So, we cannot assign a null value to a variable because it'll throw a compilation ...
確定! 回上一頁