Introduction
The toString(char c)
method is part of the Character
class in Java, which returns the equivalent String
object of the specified character value. This method is used to convert a char
value into a String
representation. This lab will help you understand how to use this method in Java.