What are the types of strings available in Kotlin? And, what do you mean by Kotlin String Interpolation?

devquora
devquora

Posted On: Feb 22, 2018

 

Strings are a collection of characters together.Kotlin features two types of strings, and they are:
  • Raw string
  • Escaped string

In Kotlin String, templates can be evaluated.This evaluation of string templates is called as the string template interpolation.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Kotlin Interview Questions

    Which type of Programming does Kotlin support?

    Which type of Programming does Kotlin support?..