Learn Kotlin Programming Language

what is kotlin ?

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin’s standard library depends on the Java Class Library, but type inference allows its syntax to be more concis

  • REMEMBER IN YOUR MIND :

#* YOU CAN USE JAVA SYSNTAX INSIDE THE KOTLINE FILE.IT MEANS KOTLIN SUPPORT TO INTOPERABILITY.

Kotlin vs Java

--

--