Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi satheesh kumar, I have done an online exam using JSP without using xml and the questions are come one by one. I made it using HttpSession. In HttpSession we can insert a resultset also. During the next question pull out the next question using Resultset.next() method and reput the same variable into HttpSession. This loop can continue until the resultset becomes empty. Try to use this method. I will try out using xml and let u know. Regards,
> i am developing a project in jsp in which i have to implement online exam.i need questions should come one by one.so i thought of getting the all the questions from database and put it into xml.but i am facing trouble in putting that records into xml file .if you can give code for the about then i will be greate full to you. > with regards > satheesh kumar
Replies:
|
Sponsored Links
|