Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • kotlin

    1. Home>
    2. kotlin>
    3. Page 2

    Kotlin – Constructors

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Constructors in Kotlin. learn about constructors in Kotlin. Kotlin has two types of constructor - one is the primary constructor and the other is the secondary constructor.…

    Continue ReadingKotlin – Constructors

    Kotlin – Class & Object

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Class & Object in Kotlin and learn the basics of Object-Oriented Programming (OOP) using Kotlin. We will learn about class and its object and…

    Continue ReadingKotlin – Class & Object

    Kotlin – Lists

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss Lists in Kotlin. Kotlin list is an ordered collection of items. A Kotlin list can be either mutable (MutableList) or read-only (List). The elements…

    Continue ReadingKotlin – Lists

    Kotlin – Collections

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss Collections in Kotlin. Collections are a common concept for most programming languages. A collection usually contains a number of objects of the same type…

    Continue ReadingKotlin – Collections

    Kotlin – Break and Continue

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:2 Comments

    In this guide, we will discuss Break and Continue in Kotlin. Kotlin Break Statement Kotlin break statement is used to come out of a loop once a certain condition is met. This…

    Continue ReadingKotlin – Break and Continue

    Kotlin – While Loop

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:2 Comments

    In this guide, we will discuss While loop in Kotlin. Kotlin while loop executes its body continuously as long as the specified condition is true. Kotlin while loop is similar to Java while loop. Syntax…

    Continue ReadingKotlin – While Loop

    Kotlin – For Loop

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:2 Comments

    In this guide, we will discuss For Loop in Kotlin. What are loops? Imagine a situation when you need to print a sentence 20 times on your screen. You can…

    Continue ReadingKotlin – For Loop

    Kotlin – When Expression

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:2 Comments

    In this guide, we will discuss When Expression in Kotlin. Consider a situation when you have large number of conditions to check. Though you can use if..else if expression to handle the…

    Continue ReadingKotlin – When Expression

    Kotlin – if else Expression

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss if else expression in Kotlin. Kotlin if else expressions works like an if...else expression in any other Modern Computer Programming. So let's start with our traditional if...else statement…

    Continue ReadingKotlin – if else Expression

    Kotlin – Control Flow

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:0 Comments

    In this guide, we will discuss Control Flow in Kotlin. Kotlin flow control statements determine the next statement to be executed. For example, the statements if-else, if, when, while, for, and do are…

    Continue ReadingKotlin – Control Flow
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP