Multiple choice Which method is used to copy a substring of a StringBuffer into an array? getChars() append() setLength() insert() Reveal answer Fill a bubble to check yourself A Correct answer Explanation The 'getChars()' method is used to copy a substring of a StringBuffer into an array.