Convert Character to Title Case

# 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.

|60 : 00

Click the virtual machine below to start practicing