Explain the Main features of kotlin which are not available in java?
What is the difference between declaration variable using val or var in kotlin?
What is the default visibility modifier and also list the different types of modifiers?
What are the data classes in Kotlin? How are they defined?
How to declare variables in Kotlin?
What is the difference between const vs val?
What are different types of constructors in kotlin?
How does string interpolation work in Kotlin? Explain with a code snippet?
Explain Higher-Order Functions?
How can you declare a variable in Kotlin?
Define Lambda Function in Kotlin?
What is Null Safety in Kotlin ?
What is lateinit modifier?
How do you check if two Strings are equal valued ?
What is the Elvis Operator?