Kotlin Interview Questions
Questions Answers Views Company eMail

What is Kotlin?

124

Who is the developer of Kotlin?

145

Does Kotlin allow macros?

187

What is Ranges operator in Kotlin?

125

Explain the use of extension functions

118

Can we migrate code from Java to Kotlin?

146

How can you declare a variable in Kotlin?

118

Tell three most important benefits of using Kotlin?

139

How can you handle null exceptions in Kotlin?

114

Give me name of the extension methods Kotlin provides to java.io.File

212

How many constructors are available in Kotlin?

132

What is the use of abstraction in Kotlin?

132

Give a syntax for declaring a variable as volatile in Kotlin?

160

Can Kotline offer any additional functionality for standard Java packages or standard Java classes?

135

How to compare two strings in Kotlin?

135


Post New Kotlin Questions

Un-Answered Questions { Kotlin }

How to convert a String to an Int in Kotlin?

140


Does Kotlin allow macros?

187


How does string interpolation work in Kotlin? Explain with a code snippet?

160


What is inner class in Kotlin?

120


What is init block in Kotlin?

157






Why you should shift from Java to kotlin?

146


Why developers can prefer kotlin over java?

130


what operator is used to handle null exceptions in Kotlin?

171


What is the default visibility modifier and also list the different types of modifiers?

144


Differentiate between break and continue?

123


What is the type of the following Array?, val arr = arrayOf(1, 2, 3);

262


What are High-Level Functions in Kotlin?

187


Give a syntax for declaring a variable as volatile in Kotlin?

160


How to declare volatile variable ?

130


What is !in operator in Kotlin?

137