char releation to string code example Example: convert char to string char c = 'a'; String s = Character.toString(c);