StringBuffer

haiwhat is the maximum size limit of the StringBuffer.RegardsSSReddy
[96 byte] By [ssreddy_scjpa] at [2007-11-27 5:20:12]
# 1

> 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.

cotton.ma at 2007-7-12 11:44:13 > top of Java-index,Java Essentials,Java Programming...