i need to store a big string around 20k . the strings contains many special
characters too. when i tried this i got a nullpointerexception. is it beacause
of the size limitation or is it beacuse of the special characters..if due
to special characters, which are the characters that are causing this?
reuben.
05-10-2000, 05:26 PM
Ilja Preuß
Re: pls check this too
I think, neither the size, nor the special characters should be any problem.
Could you provide a short test program to reconstruct your problem?
05-10-2000, 06:05 PM
ashcrowd
Re: pls check this too
"reuben" <reubenjacob@hotmail.com> wrote:
>
>i need to store a big string around 20k . the strings contains many special
>characters too. when i tried this i got a nullpointerexception. is it beacause
>of the size limitation or is it beacuse of the special characters..if due
>to special characters, which are the characters that are causing this?
>
>reuben.