List the number of constructors available in Kotlin?
State the differences between val and var?
What are primitive data types in kotlin?
What is the type of the following Array?, val arr = arrayOf(1, 2, 3);
Why is kotlin preferred over java?
What is the role of matches() method in regular expression?
How does interoperable feature work in Kotlin for java ?
What are Coroutines?
What are the advantages and disadvantages of Kotlin?
Does Kotlin programming allow macros?
How do you declare a variable in kotlin?
Why to use kotlin?
Is kotlin strongly typed?
How to write multiline string in kotlin?
What is a const? How does it differ from a val?