Language Elements

Data Types

Kotlin Nullable Types

Extension Functions

Lambda Functions

Object Oriented Kotlin

Data Classes

Collections

Kotlin Example Codes

Kotlin Interview Questions

Quiz Questions


  • Can we declare an array of string elements in Kotlin as a function of type stringArrayOf()?
  • Consider an array, val numbers = arrayOf(1, 7, 3, 4). What happens when we try to use println(numbers[4])?



  • Copyright © by Zafar Yasin. All rights reserved.