Guest_imported
New member
- Jan 1, 1970
- 0
Is this valid...
String [] sarray={"one","two"}
session.setAttribute("sarray",sarray);
I dont think it is, since this is a sequence
of objects and not a specific object..
but I cant say for certain thats true.
String [] sarray={"one","two"}
session.setAttribute("sarray",sarray);
I dont think it is, since this is a sequence
of objects and not a specific object..
but I cant say for certain thats true.