Kotlin Basics

This playlist contains tutorials related to Kotlin basics.

Comments in Kotlin

In this tutorial, we will learn about Comments in Kotlin. Comments are not used to perform any function in the program but they really useful for developers. Developers can write comments with variables and functions to remember their working (purpose) in the program. One important thing to mention comments doesn’t put any impact on the execution …

Comments in Kotlin Read More »

Operators in Kotlin

In this tutorial, we will learn about Operators in Kotlin. Operators are special symbols in Kotlin and we use operators to perform some special operators on operands. For example, the addition of two variables. In kotlin operators are categorised in various categories. Types of Operators: Arithmetic operators Relational operators Assignment operators Unary operators Bitwise operations …

Operators in Kotlin Read More »

Introduction to Kotlin

In this tutorial, we will learn about Introduction to Kotlin. Kotlin is high level strongly statically typed Object-oriented programming language and it is developed by JetBrains. Kotlin is JVM based programming language and students who learned Java they have a clear idea about JVM if you never learned Java Click here to learn about JVM. …

Introduction to Kotlin Read More »

Scroll to Top