Chapter 1

If one of the operands is a non-string (e.g., a number) the non-string value is converted into a string and concatenated with the other string. The following is a concatenated string: System.out.println(“The area for the circle of radius “ + radius + “is” + area); A string constant CANNOT cross lines in … ................
................