What are the Strings available in Kotlin ?
Answer / Prem Prakash Verma
In Kotlin, strings can be represented by two types: String (immutable) and ByteArray (mutable). The String type is used for common string manipulations, while the ByteArray type is used for working with raw byte sequences.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the modifier available in Kotlin ?
What is nested class in Kotlin?
Give example to declare variable using both val and var in Kotlin?
Define when expression?
How do you differentiate var and val in Kotin?
What is the difference between Return Type Unit and Return Type Nothing in Kotlin?
How is a function declared? Why are Kotlin functions known as top-level functions?
How do you declare a variable in kotlin?
Explain the Main features of kotlin which are not available in java?
List the Basic data types of Kotlin?
What are the major features of Kotlin?
What does "Null Safety" mean in Kotlin?