Loading, please wait...

Showing articles with KotlinLanguage. Show all articles
In this article, we will discuss the following pointers: What is Null Safety in kotlin? The difference between Nullable and Non-Nullable types. The cause through which NullPointerException occurs. What is the condition for checking null? How can we handle Null safety in kotlin?
In this article, you will learn about the following topics: What is the interface in kotlin? Characteristics of the interface in kotlin. Implementation of the interface. Implementation of multiple interfaces.
In this article, we will discuss the control statements used in Kotlin under which the following topics are covered - What are control statements?What are the If-else statement and its type?What is the when statement?What is the for loop statement?What is the while loop statement?What is the do-while loop statement?
In this article, you will learn about the functions of kotlin and its types. 
In this article, you will learn about the visibility modifier and its type.
In this article, we will learn about the following:What is inheritance?Example of inheritance
In this article, we will cover the following points:What is an Array?How to create an Array in kotlin?How to access the elements of an Array in kotlin?How to perform different operations in kotlin, like changing the value of an array and more?
In this article, we will go through the following: What is an Exception?What is Exception Handling?Types of Exception in kotlin?
In this article, we will cover the following:- Introduction of kotlin.- Advantages of using kotlin language over Java language.