Skip to Main Content
Computer Hope
  • Help
  • Tips
  • Dictionary
  • History
  • Forums
  • Contact
  1. Home
  2. Dictionary
  3. K - Definitions

Kotlin

Updated: 04/02/2019 by Computer Hope
Kotlin logo

Kotlin is a cross-platform programming language that works with JVM (Java virtual machine), Android, browser, and native code. Project Kotlin has been in development since 2011 and version 1.0 was released on February 15, 2016 by JetBrains.

Hello World! in Kotlin

 fun main(args : Array) { println("Hello, world!") } 

Related information

  • The official Kotlin website.

Programming Language, Programming terms

  • Was this page useful?YesNo
    • Feedback
    • E-mail
    • Share
    • Print
    1. Recently added pages
    2. What to Do if You're a Victim of Identity Theft.
    3. What Are the Differences Between USB-C and Thunderbolt?
    4. What is a Bad Actor?
    5. How to Switch Windows Out of S Mode
    6. How to Move the Start Button and Menu in Windows 11.
    7. View all recent updates
    1. Useful links
    2. About Computer Hope
    3. Site Map
    4. Forum
    5. Contact Us
    6. How to Help
    7. Top 10 pages
    1. Follow us
    2. Facebook
    3. YouTube
    4. RSS
Computer Hope home page© 2024 Computer Hope
Legal Disclaimer - Privacy Statement
Back to Top