Un-Answered Questions { Kotlin }

What is lateinit modifier?

152


What is the difference between == and === operators in Kotlin?

142


Does Kotlin support primitive datatypes as like in Java?

151


Explain Higher-Order Functions?

237


Does Kotlin provide any additional functionalities for standard Java packages or standard Java classes?

140


What is the difference between object { } block and companion object { } code block in Kotlin?

134


What are Data classes ? Aren’t they available in Java ?

121


What is the difference between const vs val?

132


Can you execute Kotlin code without JVM?

836


What is the Target Platform of Kotlin? How is Kotlin-Java interoperability possible?

152


What is the equivalent of switch expression in Kotlin? How does it differ from switch?

243


Where does the Kotlin run and what is the entry point of Kotlin?

148


How do you check if two Strings are equal valued ?

125


Why is Kotlin preferred over Java? Important benefits of kotlin?

154


What is a const? How does it differ from a val?

141