Give a syntax for declaring a variable as volatile in Kotlin?
What is the type of arguments inside a constructor? Why do you think they are val unless explicitly set to var?
What is the purpose of creating kotlin?
How do you migrate the code from Java to Kotlin ?
Can kotlin code be executed without jvm?
List some of the key modifiers in kotlin?
What are the disadvantages of kotlin?
What is the difference between var and val ?
What kinds of programming does Kotlin support ?
What is the equivalent of switch expression in Kotlin? How does it differ from switch?
What is the difference between object { } block and companion object { } code block in Kotlin?
Differentiate between break and continue?
What is a const? How does it differ from a val?
What is the difference between inline and infix functions? Give an example of each.
Define String datatype with example in Kotlin?