✔ What is reverse() method?
✔ Syntax of reverse()
✔ How reverse() works internally
✔ Java Program Example
✔ Return Type of reverse()
The reverse() method reverses the sequence of characters in the existing StringBuffer object. Since StringBuffer is mutable, the original object is modified directly without creating a new object.
#reverseMethod #StringBuffer #JavaInterviewQuestions #Java