 |
How to convert char to String in Java - Java web development tutorials
You sir, are God sent. The small amount of code you have shown here has been more enlightening than the majority of forums I have searched. ... “website.charAt(11)” will return a char and later use “Character.toString()” to convert char to String. The if
www.mkyong.com |
 |