SCALA STRINGS IN SIMPLE WORDS
Reading Time: 6 minutes A string is nothing but a data type used in programming to represent text rather than numbers. A string is a combination of characters and can contain letters, numbers, symbols, and spaces. Scala Strings should be enclosed in double-quotes. For example, the word “computer” and the phrase “who invented the computer?” are both strings. A sequence of characters “abdj@nfi%*&23kh09i2^l” is also considered a string. In this Continue Reading