opkboy.blogg.se

Kotlin basics
Kotlin basics




kotlin basics

Kotlin has dropped new keyword of java.It does not make too many restrictions in programming. Kotlin supports incremental compilation so it required less compilation time than Java.Kotlin allows using all Java frameworks.As Kotlin uses inline functions and lambda operations it requires much less time to execute.It is compatible to greater than or equal version of JDK 6.You can use multiple frameworks like - Spring, Vert.x, Ktor etc. It is very suitable for server-side application development with full compatibility of Java frameworks.

kotlin basics

Google announced Kotlin as an official language for Android Application development in Google I/O 2017.Kotlin is a statically-typed language, developed by JetBrains and Open source Contributors in the 2011, that runs on JVM(Java Virtual Machine) and is compiled to JavaScript source code.






Kotlin basics