How to write multiline string in kotlin?
Answer / Shashi Shekhar Sisodiya
"Triple Quote Strings": three double quotes (""") are used to create a multiline string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the use of extension function?
Does Kotlin allow macros?
What is the use of rangeTo() function?
What is Null Safety in Kotlin ?
Tell three most important benefits of using Kotlin?
How do you declare ranges operator in kotlin?
What are the data classes in Kotlin? How are they defined?
What are the types of strings available in kotlin?
Can we create uninitialized array in kotlin?
Give me name of the extension methods Kotlin provides to java.io.File
Give a syntax for declaring a variable as volatile in Kotlin?
How Kotlin works?