Languages
[Edit]
EN

Java - convert String to char

11 points
Created by:
Lennie-S
439

In Java, we can convert String to char in couple of different ways.

Short solutions:

1. Using String.charAt(0)

Edit

Output:

2. Using String.toCharArray()

Edit

Output:

3. Using constructor - new Character(char value)

Edit

Output:

4. Convert entire String to characters

Edit

Output:

 

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Java - String conversion

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join