#kotlin-beginner
Read more stories on Hashnode
Articles with this tag
What is null in Kotlin? In Kotlin, null represents the absence of a value. By default, Kotlin enforces strict null safety, meaning variables cannot...