 |
String Concatenation using Java - Java samples - Programming tutorials on Java, C, C++, PHP, ASP
In general, Java does not allow operators to be applied to String objects. The one exception to this rule is the + operator, which concatenates two strings, producing a String object as the result. This allows you to chain together a series of + operation
www.java-samples.com |
 |