This example helps you know how to convert string into character array.
This example helps you know how to convert string into character array.This tutorial demonstrate how to convert a string into array of char. The toCharArray() method converts string to a new character array.
public class String2Char {
|