do you have any specific requirement why you need to use char ? if none, better to use string.
For example if you want to print the value of a boolean.
Boolean test = true; test.toString() <--- you can just use the .toString
if the problem requires char. better use the Wrapper Character