java_crazy
04-09-2008, 01:27 AM
hi all,
I have a problem in servlets
i have seen a code
String no = (String) session.getAttribute("no" + i);
Can anybody tell me what is the significance of + i
in session.getAttribute()
Thanks and Regards
I have a problem in servlets
i have seen a code
String no = (String) session.getAttribute("no" + i);
Can anybody tell me what is the significance of + i
in session.getAttribute()
Thanks and Regards