Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> ok java nuts, i have 3 variables all of the type char...
if c is the character... 1. Use String.valueOf(c), This gives a String representation of the argument i.e. c 2. Add to StringBuffer and finally get a String by calling toString() on the StringBuffer
Replies:
|
Sponsored Links
|