Back
Close

Convert String to Char Array

Harinath
16.9K views

Using String.toCharArray()

Use String.toCharArray() to convert a String into a char array

Convert String to Char Array Using Java 8 Stream

Use .chars() to get the IntStream, and convert it to Stream Char using .mapToObj

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io