Multiple choice To which class does the method to UpperCase() belong? String class Char class Math class String buffer class None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation The Char class is a wrapper class, which provides following methods: toUpperCase(),toLowerCase(),isLetter(),isSpace(),isDigit()