How Kotlin works?
What is the use of abstraction in Kotlin?
What is the difference between object { } block and companion object { } code block in Kotlin?
How to write multiline string in kotlin?
What is the type of arguments inside a constructor?
what is the use of extension functions in Kotlin?
What is the difference between Val and var declaration?
Can we migrate code from Java to Kotlin?
What is kotlin’s null safety?
What is the difference between Return Type Unit and Return Type Nothing in Kotlin?
Who created Kotlin programming language and when?
Can you migrate the code from java to kotlin? If yes how do you do it?
Does Kotlin programming allow macros?
How do you check if two Strings are equal valued ?
What is inner class in Kotlin?