+ 1
How do we get benefit from kotlin over java?
2 Antworten
+ 14
in kotlin ; are optional
+ 2
Concise - Drastically reduce the amount of boilerplate code.Safe - Avoid entire classes of errors such as null pointer exception.Interoperable - Leverage existing libraries of JVM, android and the browser.Tool friendly - Choose any java IDE or build from command line.Companies like Pinterest, Uber, Evernote and Coursera, etc are using kotlin languages in many parts of application.