Is it possible to append a single character to the end of array or string in java
for example:
private static void /*methodName*/ () {
1. String otherString = "helen" + character; 2. otherString += character;