Answer Posted / sachin s
You can also use HtppSessio, create a new session variable
and set the value and get the same value in HTML. However
this should be avoided if you want to pass to many
parameters.
Also,remember that Session variable should be flushed off
after the use, thats a good practise.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What do you mean by chaining in servlet?
How to get the server information in a servlet?
Why servlet is faster than jsp?
What are sessions in servlets?
What exception should be thrown when servlet is not properly initialized?
Given the request path below, which are context path, servlet path and path info?
What is the difference between sendredirect() and forward() in a servlet?
Can we override servlet service method?
Is dispatcher servlet a singleton?
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
The code in a finally clause will never fail to execute, right?
What is called servlet mapping?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
Why do we need servlet filter?
What is cookies in servlet with example?