InterviewSolution
Saved Bookmarks
| 1. |
Mention the type of strings present in Kotlin? |
|
Answer» Basically, STRINGS refer to a collection of various characters altogether. There are two types of strings present in KOTLIN which are-
Under these strings, templates can also be evaluated easily and this EVALUATION is known by term as STRING TEMPLATE interpolation. |
|