BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Kotlin Comments

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Comment is an important part of your program, it improves the readability of your code and makes it easier to understand. Writing meaningful comments in… [Read More]

Kotlin – How to take Input from User

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

In this tutorial, we will see how to take input from user in Kotlin. Example 1: Display String entered by user In this example, we… [Read More]

Kotlin Type Casting with examples

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Type casting is a process of converting one data type to another type, for example – converting int to long, long to double etc. In… [Read More]

Kotlin Operators – Arithmetic, Assignment, Unary, Logical and More

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Operators works on operands and used for calculation. For example, + is an operator and when I use it in a expression like this: a+b,… [Read More]

String Concatenation in Kotlin

Last Updated: December 23, 2017 by Chaitanya Singh | Filed Under: Kotlin Tutorial

String concatenation is joining two or more strings together. In this guide, we will see three ways to concatenate strings in Kotlin. 1. String templates… [Read More]

Kotlin Variables and Data Types

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

There are two types of variables – mutable and immutable. An immutable variable is one whose value cannot be changed, also known as unchangeable or… [Read More]

Kotlin Keywords, Soft Keywords and Identifiers

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

There are certain words in Kotlin that have special meaning and cannot be used as identifiers(variable name, function name, class name etc). These words are… [Read More]

Kotlin Hello World Program – First Kotlin Program

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Lets write a simple Kotlin program to display “Hello World” message on the screen. With the help of this simple program we will try to… [Read More]

Create and Run your First Kotlin Project in IntelliJ IDEA

Last Updated: December 17, 2017 by Chaitanya Singh | Filed Under: Kotlin Tutorial

In the previous tutorial we have seen how to create and run your first Kotlin Project in Eclipse IDE. In this guide, we will see… [Read More]

Create and Run your First Kotlin Project in Eclipse IDE

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

In this tutorial we will see how to install Kotlin plugin in Eclipse IDE to create and run your first Kotlin application in Eclipse IDE…. [Read More]

Kotlin Tutorial for Beginners | Learn Kotlin

Last Updated: March 14, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Kotlin is a statically-typed programming language, developed by JetBrains. If you have basic knowledge of Java, you will be able to learn Kotlin in no… [Read More]

  • « Previous Page
  • 1
  • 2
  • 3

Kotlin Tutorial

  • Kotlin Tutorial
  • Kotlin in Eclipse IDE
  • Kotlin in IntelliJ
  • First Kotlin Program
  • Kotlin Keywords
  • Kotlin Variables
  • Kotlin Type Casting
  • Kotlin operators
  • Kotlin Input/Output
  • Kotlin Comments

Kotlin String

  • Kotlin String

Kotlin Array

  • Kotlin Array
  • Kotlin Range

Control Flow

  • Kotlin if expression
  • Kotlin when expression
  • Kotlin for loop
  • Kotlin while loop
  • Kotlin do-while loop
  • Kotlin continue
  • Kotlin break

Kotlin Function

  • Kotlin Function
  • Kotlin Recursion
  • Kotlin default and named arguments
  • Lambda functions
  • Higher Order Function

Exception Handling

  • Exception Handling
  • Kotlin try catch
  • Multiple catch blocks
  • Nested try catch
  • Throw keyword
  • Kotlin try expression

Kotlin OOP

  • Class and Objects
  • Kotlin Constructors
  • Kotlin Inheritance
  • Visibility Modifiers
  • Kotlin abstract class
  • Kotlin Interfaces
  • Nested and Inner Class
  • Kotlin Data Class
  • Kotlin Sealed Class

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap