Multiple choice Which method is used to reverse the characters within a StringBuffer() object? ensureCapacity() reverse() append() concat() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The 'reverse()' method is used to reverse the characters within a StringBuffer() object.