getting garbage value in an array string
807603Nov 29 2007 — edited Nov 29 2007Hi
I initialize the string array
as String[] chk=null;
and in the jsps I set the value as 'null'
but when i debug I see some value in this array and it is not null the value is like [[Ljava.lang.String;@363549]
Is it due to not propoer initialization if the array
How to get rid of this
Thanks