String to Char Array Java Tutorial

Thanoshan MV
3 min readMar 23, 2021
Photo by Alex Alvarez on Unsplash.

In this article, we’ll look at how to convert a string to an array of characters in Java. I’ll also briefly explain to you what strings, characters, and arrays are.

What is a Character in Java?

Characters are primitive datatypes. A character is a single character enclosed inside single quotation marks. It can be a letter, a digit, a punctuation mark, a space…

Thanoshan MV

My notes, findings, thoughts and investigations.