Convert char to String in Java

In this tutorial, I will show you all how to convert char to String in Java. Let consider the following example:

To convert this character “K” to String, we will use the Character object with method toString() as below:

Result: