Comparison Kotlin to Java Programming Language
Kotlin fixes some of the Java issues.
Null references are controlled by the type system.
No raw types
Arrays in Kotlin are invariant
Kotlin has proper function types, as opposed to Java’s SAM-conversions
Use-site variance without wildcards
Kotl...
blog.mansi.dev1 min read