0 votes
in Kotlin by
What are some of the features which are there in Kotlin but not In Java?

1 Answer

0 votes
by

Here, are few important Kotlin features that Java doesn’t have:

  1. Null Safety
  2. Operator Overloading
  3. Coroutines
  4. Range expressions
  5. Smart casts
  6. Companion Objects
...