Re: How to combine characters



On Jun 22, 5:27 pm, Daniele Futtorovic <da.futt.n...@xxxxxxxxxxxxxxx>
wrote:
On 2008-06-23 00:26 +0100, Chris allegedly wrote:

String s = "" + ke.getKeyChar();

Consider using one of the various String.valueOf methods

Does anyone know how to combine chars to make a word?

StringBuffer or StringBuilder

<http://java.sun.com/docs/books/tutorial/java/data/strings.html>

Thank you SO much for this link!! I'll read it now and see if that
solves it. I really appreciate your help!
.