Posts

Showing posts from February, 2018

"KOTLIN"

Image
    Hello There, Today I am gonna discuss with you about  Kotlin  programming Language. If  you don't know more about Kotlin and wanna know then this article is for you to get introduced to Kotlin. First of all,           What is Kotlin? Kotlin was created by JetBrains, a company renowned for creating development tools for professionals. Kotlin  is a programming language developed by  Jetbrains . Kotlin is an awesome language. It’s high performant, quick to write in and runs on the JVM. It runs primarily on the Java Virtual Machine (JVM) but also provides the ability to target JavaScript allowing it to be  used for browsers and JavaScript server-side development.  For the JVM, it compiles to Java bytecode and it’s completely interoperable with Java. This means you can write Kotlin and Java in the same project and they’ll work hand in hand. Intellij (Jetbrains IDE for ...