You can use Character.toString(char). Note that this method simply returns a call to String.valueOf(char), which also works. As others have noted, string concatenation works as ...
-
April 8, 2022
- 0 Comments