Login
Remember
Register
Ask a Question
What are some of the features which are there in Kotlin but not In Java?
0
votes
asked
Oct 5, 2021
in
Kotlin
by
rajeshsharma
What are some of the features which are there in Kotlin but not In Java?
kotlin-features
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 5, 2021
by
rajeshsharma
Here, are few important Kotlin features that Java doesn’t have:
Null Safety
Operator Overloading
Coroutines
Range expressions
Smart casts
Companion Objects
...