DEV Community

Hotou Morelle
Hotou Morelle

Posted on • Updated on

Can someone tell me why Kotlin and not Java???

Top comments (2)

Collapse
 
njiowouo profile image
Hotou Morelle • Edited

2) Kotlin is a robust( handles unexpected terminations and unexpected actions) statically typed (variables need not be declared before use) programming language.

In addition, it displays accurate and unambiguous errors that enables you to easily debug your code.

Collapse
 
njiowouo profile image
Hotou Morelle

1) Kotlin is the official modern language for android development.