
Write short note on character wrapper class.

Java Character Wrapper class
The Character class wraps a value of the primitive type char in an object. An object of type Character contains a single field whose type is char. It provides several methods for determining a character's category (lowercase letter, digit, etc.) and for converting characters from uppercase to lowercase and vice versa.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.