### **Introduction**

Most of the data we process today has characters in it, a programming language will be said flexible if it is familiar to a programmer and provides a way to handle character data.

Char arrays in java are very useful and easy to use, strings are immutable in java but we can manipulate the entries in the char array. Char arrays are faster when compared to lists and sets and even simple than sets and lists.

Let’s explore the working of char arrays now!

#Java 

Char Array in Java | Java Character Array
2.05 GEEK