Kotlin Programming Language

  • Last Updated : 12 May, 2023

Kotlin tutorial

Kotlin is a statically typed, general-purpose programming language developed by JetBrains, that has built world-class IDEs like IntelliJ IDEA, PhpStorm, Appcode, etc. It was first introduced by JetBrains in 2011 and is a new language for the JVM. Kotlin is an object-oriented language, and a “better language” than Java, but still be fully interoperable with Java code.

Kotlin is sponsored by Google, announced as one of the official languages for Android Development in 2017.
 
Kotlin Android Tutorial
Recent Articles on Kotlin!
 
Overview, Basics, Control Flow, Array & String, Functions, Collections, OOPs Concept,  Exception Handling, Null Safety, Regex & Ranges, Java Interoperability, Miscellaneous, Android

Overview

Basics

Control Flow

Array & String

Functions

Collections

OOPs Concept

Exception Handling

Null Safety

Regex & Ranges

Java Interoperability

Miscellaneous

Android

 
 
 
 


My Personal Notes arrow_drop_up