In Java, the plus symbol may be used to join two strings together. “Hello ” is one string, and name is a variable containing another string. So “Hello “+name is the string storing Hello plus the contents of name .
In Java, the plus symbol may be used to join two strings together. “Hello ” is one string, and name is a variable containing another string. So “Hello “+name is the string storing Hello plus the contents of name .