CONVERT Int Array To Char Array Java Code Example


Example 1: number to char java


char b = Integer.toString(a);//7-->"7"

char b = (char) b;//65-->"A"

Example 2: convert from integer to character java


char a = (char) 65;

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable