On 20 May 2004, at 07:40, Jason Wyatt wrote:

Thanks John.

Regarding the upper limit...

I vaguely recall java.lang.String has an upper limit of 64k??

This isn't true Jason

Strings are implemented as an array of chars. A Java array can have around two billion entries.


John Wilson The Wilson Partnership http://www.wilson.co.uk



Reply via email to