What are the major features of Kotlin?
How to declare variables in Kotlin?
What is Kotlin’s target platform? Is Java-kotlin interoperability possible?
What is the difference between == and === operators in Kotlin?
Does Kotlin support primitive datatypes as like in Java?
What are the data classes in Kotlin? How are they defined?
What is the difference between Val and var declaration?
What are the features of java has that kotlin does not?
Name the extension methods Kotlin provides to java.io.File?
Explain Higher-Order Functions?
What is the difference between val and var?
List of extension methods kotlin provides to java.io.file?
What is Range in Kotlin?
How many constructors are available in Kotlin?
Is kotlin strongly typed?