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
How are filters?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How to upload a file to the server using servlet?
Why servlet is faster than jsp?
Which http method is said to be non-idempotent and idempotent?
Is it possible to have a constructor inside the servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Explain the features are in servlet 3?
Why are http servlets used in programming?
What do you mean by servlet?
How do you get the ip address of the client in servlet?
How to find whether a parameter exists in the request object?
What is servlet and its use?
What are the different methods involved in generic servlet?