Conversion of Lower Case letter to UpperCase in JAVA
toUpperCase(char ch) and toLowerCase(char ch) functions in Java
Syntax: public static char toUpperCase(char ch)
Converts the character argument to uppercase using case mapping information from the UnicodeData file. Note that Character.isUpperCase (Character.toUpperCase(ch)) does not always return true for some ranges of characters, particularly those that are symbols or