Explain the Main features of kotlin which are not available in java?
State the advantages and disadvantages of kotlin?
What type of programming does Kotlin support?
What are the advantage of using Kotlin ?
How is a function declared? Why are Kotlin functions known as top-level functions?
Where does this Kotlin run ? Does it have some kind of different runtime environment ?
What are the features available in kotlin but not in java?
Can we migrate code from Java to Kotlin?
State the differences between val and var?
What is the difference between val and var?
Can kotlin code be executed without jvm?
Name the extension methods Kotlin provides to java.io.File?
Tell me the default behavior of Kotlin classes?
How can you handle null exceptions in Kotlin?
Explain the data classes in kotlin?