Introduction
The toTitleCase(char ch)
method is a part of the Character
class in Java and is used to convert the specified character to titlecase using case mapping information from the UnicodeData file. This method returns the equivalent titlecase character of the input character.