Explain the Main features of kotlin which are not available in java?
How do you export code from Java to Kotlin?
Define Lambda Function in Kotlin?
What is the difference between object { } block and companion object { } code block in Kotlin?
Does you class compile if the package is wrong? Why?
What is the use of rangeTo() function?
List the Basic data types of Kotlin?
What is kotlin’s null safety?
What is the Target Platform of Kotlin? How is Kotlin-Java interoperability possible?
Define when expression?
Can Kotline offer any additional functionality for standard Java packages or standard Java classes?
Does Kotlin support both Explicit conversion and Implicit conversions?
What is Data Class 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 use of extension functions in Kotlin?