> hai
>
> what is the maximum size limit of the StringBuffer.
>
> Regards
> SSReddy
Theoretically 2,147,483,647 characters.
In reality your mileage may vary (less).
Practically if you are asking this question for a code related issue your code needs a serious rethink.