...

/

Work with the Text

Work with the Text

Store and combine string values, print with special characters.

Java uses String to represent text. In this lesson, you’ll learn how to create, combine, and print strings.

Goal

You’ll aim to:

  • Create and print String values.

  • Use string concatenation with +.

  • Include escape characters. ...