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-

  • Raw strings
  • Escaped strings

Under these strings, templates can also be evaluated easily and this EVALUATION is known by term as STRING TEMPLATE interpolation.



Discussion

No Comment Found