Lesson 1: Kotlin basics

  1. Which file extension is used to save Kotlin files?

  2. Which keyword is used to define an immutable variable?

  3. Is Kotlin interoperable with Java programming language?

  4. Which command will return the length of a String in Kotlin?

  5. Which of the following options is used to write null-safe code in Kotlin?

  6. What is the correct way to create an Arraylist in Kotlin?