InterviewSolution
Saved Bookmarks
| 1. |
What Are The Types Of Strings Available In Kotlin? And, What Do You Mean By Kotlin String Interpolation? |
|
Answer» Strings are a collection of characters together. Kotlin FEATURES TWO types of strings, and they are: In Kotlin String, templates can be evaluated. This evaluation of string templates is called as the string template interpolation. Strings are a collection of characters together. Kotlin features two types of strings, and they are: In Kotlin String, templates can be evaluated. This evaluation of string templates is called as the string template interpolation. |
|