Which of this method of class StringBuffer is used to reverse sequence of characters?
(a) reverse()
(b) reverseall()
(c) Reverse()
(d) reverseAll()
I got this question in final exam.
This question is from StringBuffer Methods in portion String Handling of Java