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 for arary of string elements in Kotlin, as function of type stringArrayOf()?
  • Consider an array, val numbers = array [1,7,3,4]. What is wrong when we try to use println(numbers[4])?



  • Copyright © by Zafar Yasin. All rights reserved.