Multiple choice Which method is not present in String Buffer? Insert(int index, string str) Reverse() Format(string str) Delete(int startIndex, int endIndex) Reveal answer Fill a bubble to check yourself C Correct answer Explanation This answer is correct because format(string str) does not exist in String Buffer class.