Question - Name some features which are available in Kotlin but not in Java?
Answer -
Following are some important Kotlin features that are not available in Java:
- Null Safety
- Operator Overloading
- Coroutines
- Range expressions
- Smart casts
- Companion Objects