How do I parse a String value to a char type, in Java?

I know how to do it to int and double (for example Integer.parseInt("123")).
Is there a class for Strings and Chars?

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *