In Java how does one turn a String into a char or a char into a String?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-03-11T22:33:10Z Indexed on 2010/03/12 9:47 UTC
Read the original article Hit count: 188

Filed under:
|
|

Is there a way to turn a char into a String or a String with one letter into a char (like how you can turn an int into a double and a double into an int)? (please link to the relevant documentation if you can).

How do I go about finding something like this that I'm only vaguely aware of in the documentation?

© Stack Overflow or respective owner

Related posts about java

Related posts about string