News

Java gives you the ability to dynamically create strings. Even after you set the string value, you can add more characters to the string value throughout the code.
The String.split method is not limited to splitting on a single character. In the next example, I use the three characters of the Groovy Spaceship Operator (<=>) as the token (and it works fine).