Hello,
Is there a clean and efficient way to clear an instance of StringBuffer. I have a loop in which I use a StringBuffer to avoid creating too many instances of String, but each iteration of the loop I would have my new empty StringBuffer. Any help on this will be appreciated. Thanks for your help.
Bookmarks