Why Kotlin ?
- It is faster than Java.
- It is Expressive and concise language it is supports to focus on expressing ideas.
- It provides safer code . because of it helps you to avoid Null pointer Exceptions.
- In kotlin included @Nullable and @NonNull in its type system.
- So application less crash .
- In kotlin code is clean.
- It is support more features than java.
Comments
Post a Comment