Kotlin Introduction

Kotlin Null Safety

This tutorial is about Null Safety in Kotlin. Null Safety in Kotlin is to eliminate the risk of occurrence of NullPointerException from code. One of the most common pitfalls in many programming languages, including Java, is that accessing a member of a null reference will result in a null reference exception. In Java this would …

Kotlin Null SafetyRead More »

Kotlin Hello World Program

In this article, We will learn how to start with Kotlin Programming and will write a small print “Hello World” program. Steps: IDE (Java Editor) Installation Writing Hello World Kotlin program. Kotlin Editor To write your Kotlin programs, you will need a text editor. There are different IDEs (Integrated Development Environment) available in the market …

Kotlin Hello World ProgramRead More »

%d bloggers like this: