# Introduction In this lab, you will learn about the Java `toString(int codePoint)` method of the `Character` class. This method is used to convert a `char` value into a `String` object. We will write some code examples to illustrate how this method works and provide you with a better understanding of the concept.
Click the virtual machine below to start practicing