What is Range in Kotlin?
Answer / Arpit Kumar Gupta
In Kotlin, a 'Range' represents an inclusive range of integers. You can create ranges using the '..' or 'downTo()' functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of extension functions
When instruction in Kotlin are executed ?
How to declare variable in Kotlin ?
Is it possible to migrate the code from Java to Kotlin?
Who is the developer of Kotlin?
Differentiate between generics in and out in Kotlin?
Does Kotlin support primitive Datatypes?
Is there any disadvantage of Kotlin ?
How do you declare a variable in kotlin?
What is Kotlin Native?
Tell me the default behavior of Kotlin classes?
Can you execute Kotlin code without JVM?