What is the use of rangeTo() function?
Answer / Mohd Afzal
"rangeTo()": It generates a sequence of all integer numbers from a start to an end number (inclusive)
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention few features that Kotlin provides but not java ?
What are some of the features which are there in Kotlin but not In Java?
Is there any disadvantage of Kotlin ?
What are the types of strings available in Kotlin? And, what do you mean by Kotlin String Interpolation?
What are primitive data types in kotlin?
What is the entry point to a Kotlin program ? Give an example?
How to handle null exceptions in Kotlin programming?
What is the difference between == and === operators in Kotlin?
What does "Null Safety" mean in Kotlin?
How does string interpolation work in Kotlin? Explain with a code snippet?
How to write string template expression?
How to write multiline string in kotlin?