Answer Posted / haneef
By the Hidden form fields..
we can set the name and values here
<input type="hidden" name="uName" value="xxx" />
this way, u can send u r parameters to html
(or) by cookies
Cookie c1=new Cookie("uName","xxx");
response.addCookie(c1);
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Write the code to get the server information in servlet.
What do you mean by session tracking and also explain its techniques?
What are the uses of servlets?
What is servlet api used for conneting database?
What are the phases of the servlet life cycle?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the procedure for initializing a servlet?
Which are the different ways you can communicate between servlets?
Who is responsible for writing a constructor?
Can we use threads in Servlets?
How forward () method is different from send redirect () method?
Why are http servlets used in programming?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are the types of servlet?
Why do we need a constructor in a servlet if we use the init method?