# Introduction The Java `Float` class is used to wrap a value of primitive types `float`, into an object. The `toString()` method of the `Float` class is used to convert a `float` type into a String type. This lab will demonstrate how to use the `toString()` method to convert a float value into a string.
Click the virtual machine below to start practicing